Wifi-Deauth-Python is a Python script for automate wifi deauth attack.
You need airmon-ng and airodump-ng installed in your machine.
I tested using Kali-Linux 2021.2
git clone https://github.com/KiltzX/Wifi-Deauth-Pythonsudo python3 start.py # Get wifi interfaces and enable monitor mode
sudo python3 deauth.py [interface] # To start from deauth attackPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.