11-16-2018, 10:10 AM
Hi,
You may want to try Prince Processor : https://hashcat.net/wiki/doku.php?id=princeprocessor
The --pw-min/max lelt you choose the min/max length of the output. You can also use --elem-cnt-min and --elem-cnt-max and put them to X to use only a combinator of X words
try ./pp64 --help for more help
You may want to try Prince Processor : https://hashcat.net/wiki/doku.php?id=princeprocessor
Code:
./pp64 --pw-min=5 --pw-max=5 < wordlist.txt | hashcat -m 0 -a 0 hash_list.txt --outfile results.txt -r AnyRuleYouWantToAdd.rule
try ./pp64 --help for more help