![]() |
Can statsprocessor & hashcat works together? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: Can statsprocessor & hashcat works together? (/thread-3025.html) |
Can statsprocessor & hashcat works together? - sger - 01-14-2014 sp64 hashcat.hcstat --pw-min=8 --pw-max=8 -stdout | hashcat-cli64 -m 2500 *.hccap RE: Can statsprocessor & hashcat works together? - epixoip - 01-14-2014 yes. but hashcat does not support reading from stdin, so you'd need to create a named pipe and use that as a wordlist. RE: Can statsprocessor & hashcat works together? - sger - 01-14-2014 an example please? RE: Can statsprocessor & hashcat works together? - epixoip - 01-14-2014 man 1 mkfifo RE: Can statsprocessor & hashcat works together? - sger - 01-14-2014 thank you very much! ![]() with aircrack-ng it works: sp64 hashcat.hcstat --pw-min=8 --pw-max=8 --markov-classic -stdout | aircrack-ng -b 00:19:CB:74:EB:E8 -w- ZyXEL.cap |