Perform a Wifi deauthentication attack. Use with caution and only for educatiuonal purposes ;)
- Wifi network card with support for monitor mode
virtualenv venv
sudo -s
source venv/bin/activate
pip install -r requirements.txt
network_interface.py is a file that perform operations on your network card. As it is the file is dependent on my OS (Ubuntu 20.04.3) at the time of writing.
You might need to edit this file so that it runs the equivalent commands on your OS. Then all you need to do is:
python main.py