Skip to content
~/projects/deauth
All projects
archivedOffensive Security2023

WiFi Deauther

Network deauthentication tool, deauth, beacon and probe attacks driven from a compatible WiFi card. Built for authorized security testing.

problem

The problem

Understanding 802.11 management-frame attacks is foundational to wireless security. The only way to really learn how deauth/beacon/probe attacks work, and how to defend against them, is to implement them in a lab.

approach

How I approached it

  • Implemented deauth, beacon and probe frame operations against a WiFi card in monitor mode.
  • Built for hands-on study of 802.11 management-frame weaknesses in an authorized lab context.
architecture

Architecture

1Monitor mode

Put the card into raw-frame capture

2Discover

Enumerate APs and clients

3Craft

Forge management frames (deauth/beacon/probe)

decisions

Engineering decisions & tradeoffs

$

Lab / authorized use only

// Dual-use tooling, built and documented as a learning and defensive-research instrument, not for unauthorized use.

stack
PythonScapy802.11Linux
what's next
  • Detection-side companion that flags these attacks on a network