Prince processor capability
#1
So im using pp64.bin to crack an xkcd style password. the problem is I need it to get there faster. to do that, I would like to just tell pp64 to start off with permuting 4 words from my wordlist. I dont exactly know how to do that. The closest thing that i could find was to set the --pw-min length, but it appears to truncate some words rather than combine all the short ones first. my command isĀ 
Code:
./pp64.bin --pw-min=13 <words.txt | hashcat -m1400 -o txt.out hashfile.hash --session 1234
thanks in advance


Messages In This Thread
Prince processor capability - by mcilie1324 - 01-03-2018, 11:50 PM
RE: Prince processor capability - by walterlacka - 01-04-2018, 01:34 AM
RE: Prince processor capability - by mcilie1324 - 01-04-2018, 03:38 PM
RE: Prince processor capability - by walterlacka - 01-04-2018, 05:07 PM
RE: Prince processor capability - by mcilie1324 - 01-04-2018, 06:14 PM