Can statsprocessor & hashcat works together?
#1
sp64 hashcat.hcstat --pw-min=8 --pw-max=8 -stdout | hashcat-cli64 -m 2500 *.hccap
#2
yes. but hashcat does not support reading from stdin, so you'd need to create a named pipe and use that as a wordlist.
#3
an example please?
#4
man 1 mkfifo
#5
thank you very much! Smile 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