hashcat v0.49 used --pw-min/-max=NUM
latest hashcat v0.50 uses --increment, --increment-min and --increment-max
from hashcat --help:
* Built-in charsets:
?l = abcdefghijklmnopqrstuvwxyz
?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ
?d = 0123456789
?s = !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
?a = ?l?u?d?s
See that last one ?a (all) is made up of lowercase ?l as previously defined + uppercase ?u + digits ?d + symbols ?s
You want to use a custom charset of upper, lower and digits, right?
Again, from the help:
* Custom charsets:
-1, --custom-charset1=CS User-defined charsets
-2, --custom-charset2=CS Example:
-3, --custom-charset3=CS --custom-charset1=?dabcdef : sets charset ?1 to 0123456789abcdef
-4, --custom-charset4=CS -2 mycharset.hcchr : sets charset ?2 to chars contained in file
"-1" is just shorthand for --custom-charset1=CS (like -i is the same as --increment)
-m 2500 -a 3 --increment --increment-min 9 --increment-max 16 XXL.hccap --custom-charset1 ?d?u?l ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?
Then wait until the end of time because there are wwwwaaaaaaaaaayyyyyyyyyy too many combinations going out to 16 characters, like 62^16 = 47672401706823533450263330816
9 chars you have a shot if you've loads of GPUs, only 13,537,086,546,263,552
EDIT: Ah, just remembered this is for CPU hashcat. LOL. Never-ever-ever gonna happen.
But you can press "s" to show your progress
latest hashcat v0.50 uses --increment, --increment-min and --increment-max
from hashcat --help:
* Built-in charsets:
?l = abcdefghijklmnopqrstuvwxyz
?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ
?d = 0123456789
?s = !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
?a = ?l?u?d?s
See that last one ?a (all) is made up of lowercase ?l as previously defined + uppercase ?u + digits ?d + symbols ?s
You want to use a custom charset of upper, lower and digits, right?
Again, from the help:
* Custom charsets:
-1, --custom-charset1=CS User-defined charsets
-2, --custom-charset2=CS Example:
-3, --custom-charset3=CS --custom-charset1=?dabcdef : sets charset ?1 to 0123456789abcdef
-4, --custom-charset4=CS -2 mycharset.hcchr : sets charset ?2 to chars contained in file
"-1" is just shorthand for --custom-charset1=CS (like -i is the same as --increment)
-m 2500 -a 3 --increment --increment-min 9 --increment-max 16 XXL.hccap --custom-charset1 ?d?u?l ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?
Then wait until the end of time because there are wwwwaaaaaaaaaayyyyyyyyyy too many combinations going out to 16 characters, like 62^16 = 47672401706823533450263330816
9 chars you have a shot if you've loads of GPUs, only 13,537,086,546,263,552
EDIT: Ah, just remembered this is for CPU hashcat. LOL. Never-ever-ever gonna happen.
But you can press "s" to show your progress