// what it is
Description
The reference toolkit for 802.11 security testing. Captures handshakes, deauths clients, cracks WEP/WPA-PSK from a captured handshake. Maintained continuously since 2006.
// use cases
What people use it for
- Capture WPA2 4-way handshakes
- Deauth + reauth flows to force handshake capture
- Offline WPA2 PSK cracking
// commands
The commands you'll type
Enable monitor mode
$ sudo airmon-ng start wlan0Capture nearby APs
$ sudo airodump-ng wlan0monCrack WPA2 capture
$ aircrack-ng -w rockyou.txt -b <BSSID> handshake.cap