02-19-2017, 04:14 PM
I usually make my passwords with just 1 numeric in front of the pass or as last digit, in between being only alphabetic characters.
If I try out masks using only that, is this a correct syntax for a password with 4 chars with the first one being numeric ?
hashcat64.exe --session=t2 -a 3 -m 9600 -o found.txt -1 ?d?l?l?l -i --increment-min=4 --increment-max=8 my-hash.txt
If I try out masks using only that, is this a correct syntax for a password with 4 chars with the first one being numeric ?
hashcat64.exe --session=t2 -a 3 -m 9600 -o found.txt -1 ?d?l?l?l -i --increment-min=4 --increment-max=8 my-hash.txt