markov mode
#3
As I understand it, this is how to work with the old version of hcstat. And it works
Code:
sp64 --pw-max 10 --threshold=13 hc.hcstat | hashcat64 -O -a0 -m0 hash.txt
The new version of hcstat2 doesn't need a statsprocessor?
Code:
hashcat64 -a3 -O -m0 --markov-hcstat2=top2b.hcstat2 -t265 --potfile-disable hash.txt .\masks\rockyou-1-60.hcmask
It doesn't work that way. What am I doing wrong?
Reply


Messages In This Thread
markov mode - by nemon - 05-22-2020, 12:18 PM
RE: markov mode - by philsmd - 05-22-2020, 12:33 PM
RE: markov mode - by nemon - 05-22-2020, 01:18 PM
RE: markov mode - by nemon - 05-22-2020, 03:58 PM
RE: markov mode - by undeath - 05-22-2020, 10:25 PM
RE: markov mode - by nemon - 05-23-2020, 01:39 AM
RE: markov mode - by nemon - 05-23-2020, 07:34 AM