mod_redteam¶
Authorized Use Only
Espilon is a security research and educational tool. Use it only on devices and networks you own or are explicitly authorized in writing to test.
802.11 offensive operations: deauthentication and beacon flooding. ESPM module that injects raw management frames.
Commands¶
| Command | Arguments | Description |
|---|---|---|
rt_deauth |
<bssid> [client\|broadcast] [ch] [count] [delay_ms] |
Inject 802.11 deauth frames impersonating the AP (addr2=bssid). client = target MAC, omitted or broadcast = FF:FF:FF:FF:FF:FF. ch = channel (0 = current). count = frames (0 = continuous). delay_ms default 10. |
rt_deauth_stop |
Stop the deauth task. | |
rt_beacon |
[ch] [count] |
Flood beacon frames with random SSIDs and BSSIDs. ch = channel (0 = current), count = 0 means continuous. |
rt_beacon_stop |
Stop the beacon flood. | |
rt_status |
Report which attack is currently running. |
Warning
Switching channel (ch != 0) drops the agent's STA link and may disconnect it from C2.
Deauthentication disrupts every client of the targeted AP. Restrict to a lab or an authorized
engagement.
See also¶
- mod_fakeap - rogue access point
- Module catalog