First start writing in the right place!
Redirect the output of crunch for a file and then use it with aircrack-ng. It is best for your purpose! I think!
Regards,
Hi all!
How can I filter the string between crunch and aircrack-ng?
e.g. I would like to avoid 3 same char side by side
I use this:
crunch 8 8 anikqywsxedcrfvtgbzhujmolp | aircrack-ng /tmp/ani-02.cap -e XXXX -w -
I have to use this:
crunch 8 8 anikqywsxedcrfvtgbzhujmolp | ???????? | aircrack-ng /tmp/ani-02.cap -e XXXX -w -
First start writing in the right place!
Redirect the output of crunch for a file and then use it with aircrack-ng. It is best for your purpose! I think!
Regards,
(gdb) disass m(y_br)ain
®
Thanks,
I do not want huge dictionary file. This is why I redirect the output of crunch to the arcrack immediately. But I would like decrease the time, filter the "non-used" strings.(e.g. 3 same character side by side)
I think have to use the grep between the generator and the cracker SW.
BR
P.s sorry for the wrong place, where should I wrote?