View on GitHub

wifi-deauth-attack

An automated script for deauthentication attack

Maintenance GitHub issues GitHub forks GitHub stars GitHub license Twitter

Wifi Deauthentication Attack

Sends deauth(deauthentication) packets to wifi network which results network outage for connected devices. Uses scapy module to send deauth packets. Know more about Deauthentication Attack

Dependencies

  1. aircrack-ng.(I highly recommend to install latest version, from source to support more network drivers/cards.)
    • sudo apt-get install aircrack-ng -y
  2. scapy
    • sudo apt-get install python-scapy -y

How to run?

We can run in 2 ways:

What’s new in version 3.1

Sends deauthentication packets to a wifi network which results network outage for connected devices. [Coded by VEERENDRA KAKUMANU]

optional arguments: -h, –help show this help message and exit -d Run as daemon -c COUNT Stops the monitoring after this count reachs. By default it is 2000 -m MAC Sends deauth packets to this network -w Uses “iwlist” to get wifi hotspots list -k Kills “Deauth Daemon” if it is running -v show program’s version number and exit ``` In Action

FAQ

Known Issues

Get it!

wget -qO deauth.py https://goo.gl/bnsV9C

How to avoid Deauthentication attack?

Use 802.11w suppored routers. Know more about 802.11w and read cisco document

NOTE:

In order to work deauthentication attack successful, you should near to the target network. The deauth packets should reach the connected devices of the target network(s)

Blog: https://veerendra2.github.io/wifi-deathentication-attack/