mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-17 01:52:06 +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",
|
" ? | Charset",
|
||||||
" ===+=========",
|
" ===+=========",
|
||||||
" l | abcdefghijklmnopqrstuvwxyz",
|
" l | abcdefghijklmnopqrstuvwxyz [a-z]",
|
||||||
" u | ABCDEFGHIJKLMNOPQRSTUVWXYZ",
|
" u | ABCDEFGHIJKLMNOPQRSTUVWXYZ [A-Z]",
|
||||||
" d | 0123456789",
|
" d | 0123456789 [0-9]",
|
||||||
" h | 0123456789abcdef",
|
" h | 0123456789abcdef [0-9a-f]",
|
||||||
" H | 0123456789ABCDEF",
|
" H | 0123456789ABCDEF [0-9A-F]",
|
||||||
" s | !\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~",
|
" s | !\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~",
|
||||||
" a | ?l?u?d?s",
|
" a | ?l?u?d?s",
|
||||||
" b | 0x00 - 0xff",
|
" b | 0x00 - 0xff",
|
||||||
|
Loading…
Reference in New Issue
Block a user