mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
added help for -D option
This commit is contained in:
parent
2c50bb8e6d
commit
f632c7231e
1 changed files with 2 additions and 0 deletions
2
hydra.c
2
hydra.c
|
@ -521,6 +521,8 @@ void help(int32_t ext) {
|
||||||
"instead of -L/-P options\n"
|
"instead of -L/-P options\n"
|
||||||
" -M FILE list of servers to attack, one entry per "
|
" -M FILE list of servers to attack, one entry per "
|
||||||
"line, ':' to specify port\n");
|
"line, ':' to specify port\n");
|
||||||
|
PRINT_NORMAL(ext, " -D XofY Divide wordlist into Y segments and use the "
|
||||||
|
"Xth segment.\n");
|
||||||
PRINT_EXTEND(ext, " -o FILE write found login/password pairs to FILE instead of stdout\n"
|
PRINT_EXTEND(ext, " -o FILE write found login/password pairs to FILE instead of stdout\n"
|
||||||
" -b FORMAT specify the format for the -o FILE: text(default), json, "
|
" -b FORMAT specify the format for the -o FILE: text(default), json, "
|
||||||
"jsonv1\n"
|
"jsonv1\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue