mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Add ranges to charset lists
This commit is contained in:
parent
254e33c473
commit
2aff6cba51
10
src/usage.c
10
src/usage.c
@ -191,11 +191,11 @@ static const char *const USAGE_BIG_POST_HASHMODES[] =
|
||||
"",
|
||||
" ? | Charset",
|
||||
" ===+=========",
|
||||
" l | abcdefghijklmnopqrstuvwxyz",
|
||||
" u | ABCDEFGHIJKLMNOPQRSTUVWXYZ",
|
||||
" d | 0123456789",
|
||||
" h | 0123456789abcdef",
|
||||
" H | 0123456789ABCDEF",
|
||||
" l | abcdefghijklmnopqrstuvwxyz [a-z]",
|
||||
" u | ABCDEFGHIJKLMNOPQRSTUVWXYZ [A-Z]",
|
||||
" d | 0123456789 [0-9]",
|
||||
" h | 0123456789abcdef [0-9a-f]",
|
||||
" H | 0123456789ABCDEF [0-9A-F]",
|
||||
" s | !\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~",
|
||||
" a | ?l?u?d?s",
|
||||
" b | 0x00 - 0xff",
|
||||
|
Loading…
Reference in New Issue
Block a user