crunch 8 8 abcdefghijklmnopqrsuvwxyz | aircrack-ng -w - mycapfile.cap
*I think* although I'm on my phone so thats of the top of my head
Crunch is a good and fast tool for creating passwords, but if, for example, I don't want to create output 'word' file, how to directly export generated passwords to aircrack-ng?
I mean something like that
./crunch 8 8 charset.lst numeric 'pipe to' aircrack-ng WPAcapture.cap
Or is it not possible?
crunch 8 8 abcdefghijklmnopqrsuvwxyz | aircrack-ng -w - mycapfile.cap
*I think* although I'm on my phone so thats of the top of my head
Thanks, I almost have answered on my question by myself, i just was in doubt.
Also should be "-e" supplied, and correct will be like that:
crunch 8 8 abcdefghijklmnopqrstuvwxyz | aircrack-ng -e TestNet -w - mycapfile.cap