how to limit password character length
#3
(03-02-2015, 06:08 AM)epixoip Wrote: http://hashcat.net/wiki/doku.php?id=rule_based_attack

You could use '6 or <7

Like this below?

Code:
./hashcat-cli64.app -m 6 7100 hash.txt wordlist.txt


Messages In This Thread
RE: how to limit password character length - by agoago - 03-02-2015, 06:27 AM