Wireless
Using this technique, aircrack-ng can check more than 50000 passwords per second using pre-computed PMK tables.
CowPatty
We run genpmk with -f to define our wordlist, -d to output to a file, and -s to specify the ESSID:
genpmk -f /usr/share/john/password.lst -d wifuhashes -s wifu
cowpatty -r wpajohn-01.cap -d wifuhashes -s wifu
Airolib-ng
Setup:
echo ESSID > essid.txt
airolib-ng ESSID.sqlite --import essid essid.txt
airolib-ng ESSID.sqlite --import passwd /usr/share/john/password.lst #or better list :)
airolib-ng wifu.sqlite --batch
Crack:
aircrack-ng -r wifu.sqlite wpa1-01.cap
Last updated