01-14-2014, 05:56 PM
sp64 hashcat.hcstat --pw-min=8 --pw-max=8 -stdout | hashcat-cli64 -m 2500 *.hccap
Can statsprocessor & hashcat works together?
|
01-14-2014, 05:56 PM
sp64 hashcat.hcstat --pw-min=8 --pw-max=8 -stdout | hashcat-cli64 -m 2500 *.hccap
01-14-2014, 06:05 PM
yes. but hashcat does not support reading from stdin, so you'd need to create a named pipe and use that as a wordlist.
01-14-2014, 06:18 PM
an example please?
01-14-2014, 08:14 PM
man 1 mkfifo
01-14-2014, 10:23 PM
thank you very much! where I can find "man 1 mkfifo" there?
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 |
« Next Oldest | Next Newest »
|