mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-19 21:03:52 -07:00
Fixed a tiny typo in the help text
This commit is contained in:
parent
0626888331
commit
4f167371d2
1 changed files with 1 additions and 1 deletions
2
hydra.c
2
hydra.c
|
@ -533,7 +533,7 @@ void help_bfg() {
|
||||||
" valid CHARSET values are: 'a' for lowercase letters,\n"
|
" valid CHARSET values are: 'a' for lowercase letters,\n"
|
||||||
" 'A' for uppercase letters, '1' for numbers, and for all others,\n"
|
" 'A' for uppercase letters, '1' for numbers, and for all others,\n"
|
||||||
" just add their real representation.\n"
|
" just add their real representation.\n"
|
||||||
" -y disable the use if the above letters as placeholders\n\n"
|
" -y disable the use of the above letters as placeholders\n\n"
|
||||||
"Examples:\n"
|
"Examples:\n"
|
||||||
" -x 3:5:a generate passwords from length 3 to 5 with all lowercase letters\n"
|
" -x 3:5:a generate passwords from length 3 to 5 with all lowercase letters\n"
|
||||||
" -x 5:8:A1 generate passwords from length 5 to 8 with uppercase and numbers\n"
|
" -x 5:8:A1 generate passwords from length 5 to 8 with uppercase and numbers\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue