Well, I have taken a look at your problem, and indeed, it seems like aircrack-ng isn't really flexible when it comes to handling wordlist files that don't support seeking (i.e. FIFO files and the...
Type: Posts; User: hexanol; Keyword(s):
Well, I have taken a look at your problem, and indeed, it seems like aircrack-ng isn't really flexible when it comes to handling wordlist files that don't support seeking (i.e. FIFO files and the...
As far as I know, every application that takes a filename as an argument can also read from stdin (at least on recent Linux-based OS):
$ echo "hi, reading from stdin" | cat /dev/fd/0
Of...