Hashcat piping doesn't work (WPA/2)
#1
I'm trying to pipe maskprocessor output to hashcat. In my case piping doesn't work properly. I have tested everything with only maskprocessor, separately from hashcat. Maskprocessor makes expected wordlist. I understand rule of -q and -r in maskprocessor. But piping doesn't work.
Code:
mp64 -q 3 -r 4 ?l?l?l?l?l?d?d?d | hashcat64 -m 2500 test.hccap
Code:
mp64 -q 3 -r 4 ?l?l?l?l?l?d?d?d -o wordlist.txt
Router password was "ddade123". That password exist in wordlist made by maskprocessor. Hashcat can't crack password with shown pipe between maskprocessor and hashcat. It makes exhausted status...

I'm very confused. Where is a problem? Wrong piping or somthing else?

Hashcat and maskprocessor run by CMD win 10 x64, hashcat( I've tried with a lot of versions), maskprocessor 0.73. Hashcat and maskprocessor extracted to same folder on C disk.


Messages In This Thread
Hashcat piping doesn't work (WPA/2) - by camer333 - 05-11-2018, 12:11 AM