how to use just lower case alpha numeric only?
#2
You were partially right. You just forgot to specify the mask, i.e. "?1?1?1?1?1" for cracking password of 5 lower-case alpha numeric characters.

Your whole command would look like "hashcat64.exe -m 11600 -a 3 -1 ?l?d hast.txt ?1?1?1?1?1".
Reply


Messages In This Thread
RE: how to use just lower case alpha numeric only? - by azaran - 01-23-2020, 10:57 AM