mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 22:03:46 -07:00
option -r and help()
This commit is contained in:
parent
a4b4e54bd1
commit
4b41480549
1 changed files with 1 additions and 0 deletions
1
hydra.c
1
hydra.c
|
@ -475,6 +475,7 @@ void help(int32_t ext) {
|
||||||
#ifdef HAVE_MATH_H
|
#ifdef HAVE_MATH_H
|
||||||
" -x MIN:MAX:CHARSET password bruteforce generation, type \"-x -h\" to get help\n"
|
" -x MIN:MAX:CHARSET password bruteforce generation, type \"-x -h\" to get help\n"
|
||||||
" -y disable use of symbols in bruteforce, see above\n"
|
" -y disable use of symbols in bruteforce, see above\n"
|
||||||
|
" -r rainy mode for password generation (-x)\n"
|
||||||
#endif
|
#endif
|
||||||
" -e nsr try \"n\" null password, \"s\" login as pass and/or \"r\" reversed login\n"
|
" -e nsr try \"n\" null password, \"s\" login as pass and/or \"r\" reversed login\n"
|
||||||
" -u loop around users, not passwords (effective! implied with -x)\n");
|
" -u loop around users, not passwords (effective! implied with -x)\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue