espilon-source/espilon_bot/components/mod_redteam
Eun0us 2315979db0
Some checks failed
Discord Push Notification / notify (push) Has been cancelled
ε - Add WiFi offensive capabilities to mod_redteam
Phase 1 of v0.4.0 offensive modules:

- Promiscuous dispatcher (rt_promisc): shared IRAM callback multiplexer
  for stealth scan, karma, capture — solves single-callback ESP-IDF limit
- Attack manager (rt_attack): mutual exclusion ensuring only one
  offensive operation runs at a time
- Deauth refactored to use shared promisc dispatcher + attack lock
- Stealth passive scan migrated to promisc dispatcher
- Karma attack (rt_karma): probe request listener + probe response
  injection + rogue SoftAP with most-requested SSID + DNS responder
- WPA handshake capture (rt_capture): EAPOL frame capture via
  promiscuous DATA filter, 4-way handshake identification, optional
  deauth burst to trigger reconnection
- Kconfig: RT_BEACON, RT_KARMA, RT_CAPTURE toggle options
- 5 new C2 commands: rt_karma, rt_karma_stop, rt_karma_clients,
  rt_capture, rt_capture_stop (14 total in mod_redteam)
2026-03-01 02:08:28 +01:00
..
CMakeLists.txt ε - Add WiFi offensive capabilities to mod_redteam 2026-03-01 02:08:28 +01:00
cmd_redteam.c ε - Add WiFi offensive capabilities to mod_redteam 2026-03-01 02:08:28 +01:00
cmd_redteam.h epsilon: merge command system into core + add 5 new modules 2026-02-28 20:07:59 +01:00
rt_attack.c ε - Add WiFi offensive capabilities to mod_redteam 2026-03-01 02:08:28 +01:00
rt_attack.h ε - Add WiFi offensive capabilities to mod_redteam 2026-03-01 02:08:28 +01:00
rt_beacon.h ε - Add WiFi offensive capabilities to mod_redteam 2026-03-01 02:08:28 +01:00
rt_captive.c epsilon: merge command system into core + add 5 new modules 2026-02-28 20:07:59 +01:00
rt_captive.h epsilon: merge command system into core + add 5 new modules 2026-02-28 20:07:59 +01:00
rt_capture.c ε - Add WiFi offensive capabilities to mod_redteam 2026-03-01 02:08:28 +01:00
rt_capture.h ε - Add WiFi offensive capabilities to mod_redteam 2026-03-01 02:08:28 +01:00
rt_config.c epsilon: merge command system into core + add 5 new modules 2026-02-28 20:07:59 +01:00
rt_config.h epsilon: merge command system into core + add 5 new modules 2026-02-28 20:07:59 +01:00
rt_deauth.c ε - Add WiFi offensive capabilities to mod_redteam 2026-03-01 02:08:28 +01:00
rt_deauth.h ε - Add WiFi offensive capabilities to mod_redteam 2026-03-01 02:08:28 +01:00
rt_hunt.c epsilon: merge command system into core + add 5 new modules 2026-02-28 20:07:59 +01:00
rt_hunt.h epsilon: merge command system into core + add 5 new modules 2026-02-28 20:07:59 +01:00
rt_karma.c ε - Add WiFi offensive capabilities to mod_redteam 2026-03-01 02:08:28 +01:00
rt_karma.h ε - Add WiFi offensive capabilities to mod_redteam 2026-03-01 02:08:28 +01:00
rt_mesh.c epsilon: merge command system into core + add 5 new modules 2026-02-28 20:07:59 +01:00
rt_mesh.h epsilon: merge command system into core + add 5 new modules 2026-02-28 20:07:59 +01:00
rt_promisc.c ε - Add WiFi offensive capabilities to mod_redteam 2026-03-01 02:08:28 +01:00
rt_promisc.h ε - Add WiFi offensive capabilities to mod_redteam 2026-03-01 02:08:28 +01:00
rt_stealth.c ε - Add WiFi offensive capabilities to mod_redteam 2026-03-01 02:08:28 +01:00
rt_stealth.h epsilon: merge command system into core + add 5 new modules 2026-02-28 20:07:59 +01:00