02-26-2015, 12:12 AM
read here: https://hashcat.net/wiki/doku.php?id=mas...m_charsets
you need to define a custom charset like this:
-1 ?u?l ?1?1?1?1?1?1?1
All details can be found on the wiki, especially https://hashcat.net/wiki/doku.php?id=mask_attack
you need to define a custom charset like this:
-1 ?u?l ?1?1?1?1?1?1?1
Code:
./hashcat-cli64.bin -m 400 --username -o t.txt -a 3 -1 ?u?l --pw-min 7 --pw-max 7 hashes.txt ?1?1?1?1?1?1?1
All details can be found on the wiki, especially https://hashcat.net/wiki/doku.php?id=mask_attack