Skip to content

Attacks Deauth

Dominik edited this page Jan 16, 2026 · 1 revision

🟥 Deauthentication Attack 🟥

Why do you need this?

Deauth forces clients to disconnect from a Wi-Fi network. It’s commonly used to disrupt connections or trigger reconnection attempts for further attacks.


Quick start: ADV_Deauth


How it works:

  • Attacker scans for nearby Wi-Fi networks and connected clients
  • Deauthentication frames are sent to selected clients or the entire network
  • Victims are repeatedly disconnected from the access point
  • Clients try to reconnect, causing service disruption or enabling follow-up attacks

CLI Workflow:

  1. scan_networks
  2. select_network 1
  3. start_deauth

📶 Deauth exploits unprotected management frames in Wi-Fi (802.11), making it simple but effective.

Clone this wiki locally