Combinator help
#2
Hi,

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
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


Messages In This Thread
Combinator help - by delatroy - 11-16-2018, 02:01 AM
RE: Combinator help - by Nay - 11-16-2018, 10:10 AM
RE: Combinator help - by delatroy - 11-18-2018, 08:16 PM
RE: Combinator help - by undeath - 11-19-2018, 12:04 PM