|
Some checks failed
Discord Push Notification / notify (push) Has been cancelled
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) |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| cmd_redteam.c | ||
| cmd_redteam.h | ||
| rt_attack.c | ||
| rt_attack.h | ||
| rt_beacon.h | ||
| rt_captive.c | ||
| rt_captive.h | ||
| rt_capture.c | ||
| rt_capture.h | ||
| rt_config.c | ||
| rt_config.h | ||
| rt_deauth.c | ||
| rt_deauth.h | ||
| rt_hunt.c | ||
| rt_hunt.h | ||
| rt_karma.c | ||
| rt_karma.h | ||
| rt_mesh.c | ||
| rt_mesh.h | ||
| rt_promisc.c | ||
| rt_promisc.h | ||
| rt_stealth.c | ||
| rt_stealth.h | ||