howto use stats processor with oclHashcat+ v0.8?
#1
I use oclHahscat+ v0.08, ATI driver 12.4, on ubuntu 11.10.

Now oclHashcat+ can generate combinations itself, is stdin still available in oclHashcat+?

The reason is I try to use stats processor to feed into oclHashcat+. But it does not work. GPU load is 0, even when I leave out the attack-mode parameter, or when I change X from 0 to 7.

standalone SP64 generates combinations fine.
standalone oclHashcat+ works fine with attack-mode 3 and a given mask.

But in the combination "SP ... | oclHahscat+ ....."
it seems that oclHashcat+ does not receive anything and system terminated by signal 13

My command is
./sp64.bin hashcat.hcstat -1 ?u ?1?1?1?1?1 --pw-min 5 --pw-max 5 | ./
oclHashcat-plus32.exe --hash-type 2500 --attack-mode X test.hccap

The other fault is related to sample file rockyou.hcstat. When I use
./sp32.bin --pw-min 5 --pw-max 5 rockyou.hcstat

it displays an error message
'rockyou.hcstat: Could not load data'

Is it a known bug in v0.08? Or something I do wrong here?


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