howto use stats processor with oclHashcat+ v0.8?
#7
@pixoip, thank you for your advise. But could you please elaborate a little bit more for me. Take the example command line from M@LIK, I add -t 0 to have the full key space, with 'add rule' do you mean
./sp64.bin --pw-min=8 -t 0 hashcat.hcstat ?u?u?u?u?u?u?u?u | ./oclHashcat-plus64.bin -m2500 -r /rules/best64.rule test.hccap

'rockyou.hcstat: Could not load data'

My mistake I have not got the latest hashcat utils.
I download the lastest hashcat utils, generate a new rockyou.hcstat file, and the fault has gone. Thanks for help everyone.

-----------------------------------------------------------------------------------------------------------------------
but the feed-in still failed

I have tried

echo '12345678' | ./pyrit -r Harkonen.cap -i - attack_passthrough
-working! My system take less then 3secs to find PW-

./mp64.bin ?d?d?d?d?d?d?d?d | ./pyrit -r Harkonen.cap -i - attack_passthrough
-working! My system take less then 3secs to find PW-

./sp64.bin --pw-min=8 hashcat.hcstat -t 0 ?d?d?d?d?d?d?d?d?d?d | ./oclHashcat-plus64.bin -m2500 Harkonen.hccap

./sp64.bin --pw-min=8 hashcat.hcstat -t 0 ?d?d?d?d?d?d?d?d?d?d | ./oclHashcat-plus64.bin -m2500 -r /rules/best64.rule Harkonen.hccap

./mp64.bin ?d?d?d?d?d?d?d?d | ./oclHashcat-plus64.bin -m2500 -r /rules/best64.rule Harkonen.hccap
- GPU gone up but still no password found-

echo '12345678' | ./oclHashcat-plus64.bin -m2500 -r /rules/best64.rule Harkonen.hccap

echo '12345678' | ./oclHashcat-plus64.bin -m2500 Harkonen.hccap


Messages In This Thread
RE: howto use stats processor with oclHashcat+ v0.8? - by ntk - 07-12-2012, 01:45 AM