mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
fix man page
This commit is contained in:
parent
62866e4066
commit
608b8db23e
1 changed files with 5 additions and 2 deletions
7
hydra.1
7
hydra.1
|
@ -5,8 +5,8 @@ hydra \- a very fast network logon cracker which support many different services
|
|||
.B hydra
|
||||
[[[\-l LOGIN|\-L FILE] [\-p PASS|\-P FILE|\-x OPT]] | [\-C FILE]] [\-e nsr]
|
||||
[\-u] [\-f] [\-F] [\-M FILE] [\-o FILE] [\-t TASKS] [\-w TIME] [\-W TIME]
|
||||
[\-s PORT] [\-S] [\-4/6] [\-vV] [\-d]
|
||||
server service [OPTIONAL_SERVICE_PARAMETER]
|
||||
[\-m OPTIONS] [\-s PORT] [\-S] [\-4/6] [\-vV] [\-d]
|
||||
server service [OPTIONS]
|
||||
.br
|
||||
.SH DESCRIPTION
|
||||
Hydra is a parallized login cracker which supports numerous protocols
|
||||
|
@ -90,6 +90,9 @@ write found login/password pairs to FILE instead of stdout
|
|||
.B \-t TASKS
|
||||
run TASKS number of connects in parallel (default: 16)
|
||||
.TP
|
||||
.B \-m OPTIONS
|
||||
module specific options. See hydra -U <module> what options are available.
|
||||
.TP
|
||||
.B \-w TIME
|
||||
defines the max wait time in seconds for responses (default: 32)
|
||||
.TP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue