A semi-automated python script that can deauth clients from access points
- Aircrack-ng (use
sudo apt install aircrack-ng -y
to install) - A WiFi adapter that supports monitor mode and package injection
wget -qO- https://raw.githubusercontent.com/slashtechno/Wifi-Deauth/main/install | bash
WifiDeauth
I recommended updating frequently
wget -qO- https://raw.githubusercontent.com/slashtechno/Wifi-Deauth/main/update | bash
wget -qO- https://raw.githubusercontent.com/slashtechno/Wifi-Deauth/main/uninstall | bash
- Asks for WiFi Interface (Adapter) to use
- Puts your WiFi Adapter into monitor mode
- Scans for WiFi networks
- Asks for target AP's MAC address (bssid)
- Searches for devices connected to that AP
- Asks for target client's MAC (bssid)
- Sends deauth packets to router and specified client
- Stops monitor mode on that WiFI adapter
- Add install script that downloads script and adds script to bin
- Add Update Script
- Add uninstall script
- Allow deauth attack without choosing specific client connected to AP