Please correct my command regarding on bruteforcing/mask attack
#7
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.

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


Messages In This Thread
RE: Please correct my command regarding on bruteforcing/mask attack - by mastercracker - 02-04-2014, 03:32 PM