02-04-2014, 03:32 PM
(This post was last modified: 02-04-2014, 03:33 PM by mastercracker.)
Just to clarify previous post. Your mask will crack only 5 chars length. You simply add the -i to your command and it will do from 1 to 5.
If you want to do a range like only length 3 and length 4, you can use:
Code:
hashcat-cli64.exe -m 0 -a 3 -i test.txt ?a?a?a?a?a
If you want to do a range like only length 3 and length 4, you can use:
Code:
hashcat-cli64.exe -m 0 -a 3 -i --pw-min=3 --pw-max=4 test.txt ?a?a?a?a?a