All-in-One Security Hardware Controller
Cyber Controller
Flash · Control · Coordinate / by LxveAce
>
About
Cyber Controller is the all-in-one security hardware controller for cyberdecks and field deployments. Flash any firmware to any board, control it headlessly from a desktop or terminal, and coordinate multiple devices in real time — all from a single dashboard. No cloud dependency, fully offline-capable, cross-platform.
Built for pentesters, security researchers, CTF competitors, and hardware hackers. Supports ESP32, Flipper Zero, Raspberry Pi, and ADB-based security hardware across 4 flash backends, 7 protocol-aware serial parsers, and 18+ firmware profiles. Red-team audited with 15 security findings fixed.
Three Pillars
Flash
18+ firmware profiles across 4 backends. esptool for ESP32, SD image writer for Raspberry Pi, qFlipper for Flipper Zero, ADB for Android-based hardware. Chip auto-detection, per-chip bootloader offsets, the critical --flash_size detect anti-brick patch. Batch flash multiple boards in one session. Full firmware backup and restore.
Control
7 protocol-aware serial parsers that understand firmware output natively. Live data tables for APs, clients, BLE devices. Right-click context menus with target-specific actions. 4 UI modes: full Qt desktop, lightweight Tkinter, TUI for headless terminals, and Flask+SocketIO web remote for browser access.
Coordinate
Shared target pool across all connected devices with auto-routing. One board discovers an AP, another deauths it, another sniffs the handshake — the full attack chain is hardware-validated. TargetIngestor pipeline with ActionResolver for cross-device target sharing and automated action dispatch.
Interactive Demo
Click through the tabs to explore each UI mode and feature panel. These are live representations of what you see when running Cyber Controller.
Flash Panel
Select any of the 18+ firmware profiles from the dropdown, pick your board variant, and flash with one click. The flash core handles chip detection, bootloader offsets, flash frequencies, and the critical --flash_size detect anti-brick patch automatically.
- Auto-detect chip type when board is plugged in
- Per-chip bootloader + partition + boot_app0 offsets
- Optional full firmware backup before flashing
- Dead Man's Switch checkbox layers anti-forensic protection
- Post-flash SHA256 verification
- Batch mode: queue multiple boards for sequential flash
Serial Console
Full protocol-aware serial terminal. The parser understands firmware output natively — AP discoveries populate live data tables, PMKID captures get logged, and status messages are color-coded by type. Type commands directly or use the command palette.
- Auto-detect connected firmware via
identify() - Color-coded output: green for discoveries, yellow for captures, red for errors
- Command history with up/down arrow navigation
- Tab-completion for all firmware commands
- Live data tables update as events stream in
- Right-click any discovered target for context actions
Target Pool
Live data tables for all discovered targets — APs, clients, and BLE devices. Targets are populated automatically as serial events stream in from any connected device. Right-click any row for firmware-specific context actions.
- Sortable columns: click headers to sort by RSSI, channel, encryption
- Multi-source: targets from all connected devices merged into one pool
- Right-click context menu with target-specific actions (deauth, PMKID, sniff, clone)
- Target types: AP, CLIENT, BLE, SUBGHZ, NFC
- Auto-dedup: same BSSID from different sources shows once
- Export target list to CSV or JSON
Cross-Device Coordination
The full attack chain automated across devices. Device A discovers an AP, the TargetIngestor shares it to the pool, Device B auto-deauths it, Device C captures the PMKID — all without manual intervention. The ActionResolver routes targets to the right device based on firmware capabilities.
- Shared target pool with auto-routing to capable devices
- TargetIngestor pipeline: discover → share → route → execute
- ActionResolver matches target type to firmware capability
- Multi-protocol: Marauder, GhostESP, DIV, Bruce all interoperate
- Cascade wipe: Dead Man's Switch trigger propagates to all devices
- Hardware-validated on COM7 with live cross-comm loop
Dead Man's Switch
Anti-forensic protection integrated directly into the flash pipeline. Set boot and duress passwords from the host — plaintext is hashed locally and only the PBKDF2-HMAC-SHA256 digest is written to the device. The GPIO dead-man switch triggers a hardware kill line on tamper or open-case detection.
- Host-side password provisioning: plaintext never touches the device
- PBKDF2-HMAC-SHA256 password hashing with configurable iterations
- 2-fail auto-wipe with power-cycle-safe attempt counter
- Duress password triggers immediate flash obliteration
- GPIO dead-man switch for tamper/open-case detection
- Cascade wipe propagates to all connected devices
- ROM SPI bypass brick: hardware-validated on classic ESP32
TUI Mode
Full-featured terminal user interface for headless deployments. Runs in any terminal — SSH into a Raspberry Pi cyberdeck, a cloud VM, or any headless box. Split panes show serial output and available commands simultaneously. Built with Python Textual for rich terminal rendering.
- Split-pane layout: serial output + command reference
- Runs over SSH — perfect for headless Pi/cyberdeck deployments
- Same protocol parsing and target tables as the Qt GUI
- Keyboard-driven: Tab to switch panes, arrows to navigate
- Minimal resource usage for embedded/ARM hardware
- Falls back gracefully on narrow terminals
Firmware Library
18+ firmware profiles across ESP32, Flipper Zero, Raspberry Pi, and ADB-based hardware. Every profile includes chip detection, bootloader offsets, flash frequencies, and Dead Man's Switch compatibility.
ESP32 Firmware
ESP32 Marauder
StableWiFi/BLE offensive security suite. Scan, sniff, deauth, PMKID, handshake capture, beacon spam, Evil Portal.
GhostESP
StableWiFi/BLE/GPS multi-tool with wardrive, portal capture, beacon spam, probe sniff, BLE spam, and SD logging.
Bruce
StableMulti-purpose offensive firmware. WiFi, BLE, IR, SubGHz, RFID, NFC, BadUSB on ESP32-based boards.
ESP32-DIV
StableWiFi/BLE/2.4GHz pen-test multi-tool. Scan, deauth, BLE spam, PMKID, NRF24, spectrum analysis.
HaleHound
StableMulti-protocol IoT attack station. WiFi, BLE, SubGHz (CC1101), 2.4GHz (NRF24), NFC (PN532).
Meshtastic
StableLoRa mesh networking. Off-grid encrypted messaging, GPS tracking, telemetry, and repeater nodes.
CYT-NG
StableCustom Marauder-family firmware with extended features for CYD touchscreen boards.
Flock-You
StableBLE advertisement flooding and Apple/Google/Samsung notification spam tool.
OUI-Spy
StablePassive WiFi device tracking via OUI lookup. Identify device manufacturers from probe requests.
Sky-Spy
StableDrone/UAV detection via WiFi probe analysis. Passive detection of common drone control protocols.
AirTag Scanner
StableDetect and locate nearby Apple AirTags and other BLE trackers via advertisement scanning.
Flipper Zero Firmware
Momentum
StableFeature-rich custom Flipper firmware. Extended SubGHz, NFC, RFID, IR, BadUSB, GPIO, and app ecosystem.
Unleashed
StableUnlocked Flipper firmware with extended frequency ranges, SubGHz protocols, and community apps.
Raspberry Pi & Linux
Kali ARM
StableFull Kali Linux for ARM boards. Complete penetration testing distribution with 600+ tools.
Pwnagotchi
StableAI-powered WiFi audit tool. Autonomous WPA handshake capture with machine learning optimization.
RaspyJack
StableRaspberry Pi-based network attack platform. Rogue AP, MITM, credential harvesting, and DNS spoofing.
RayHunter
StableIMSI catcher detection on Orbic mobile devices. Detect cell-site simulators via Qualcomm diag interface.
Protocol Parsers
7 protocol-aware serial parsers that understand firmware output natively. Live data tables, auto-detection, right-click target actions, and cross-device target sharing.
Marauder
AP/client/BLE scan results, PMKID/handshake capture, deauth status, channel info, SD operations
GhostESP
AP/client/BLE/probe discovery, deauth/beacon/portal events, GPS/wardrive data, SD logging
Bruce
WiFi/BLE/IR/SubGHz/RFID/NFC events, multi-protocol scan results, BadUSB status, system events
Flipper Zero
SubGHz captures, RFID/NFC reads, IR signals, BadUSB execution, GPIO data, app output
HaleHound
Multi-protocol scan results across WiFi, BLE, CC1101 (SubGHz), NRF24 (2.4GHz), PN532 (NFC)
Meshtastic
Mesh node discovery, message routing, GPS telemetry, signal quality, channel configuration
ESP32-DIV
WiFi AP/client scan, BLE device discovery, 2.4GHz spectrum, NRF24 sniffing, PMKID/handshake capture
Security & Anti-Forensic
Red-Team Audited
15 security audit findings found and fixed. SSRF-hardened firmware downloads, CSRF protection, rate limiting, control-character injection prevention across all input surfaces.
Web Auth Hardened
scrypt password hashing for the web remote interface. AES-256-GCM mandatory encryption for all stored credentials. Session tokens with configurable TTL and automatic expiry.
Dead Man's Switch
Anti-forensic firmware integration via Suicide Marauder submodule. ROM SPI bypass brick hardware-validated on ESP32. Guardian firmware-agnostic dead-man gate. Host-side password provisioning — plaintext never touches the device.
Duress & Panic Wipe
Configurable duress password triggers immediate flash obliteration. 2-fail auto-wipe with power-cycle-safe attempt counter. GPIO dead-man switch for tamper/open-case detection. Cascade wipe across all connected devices.
SSRF Hardened
All firmware download URLs validated against allowlist. Private IP ranges blocked. Redirect chains terminated. Path-traversal protection on all file operations. No arbitrary URL fetching.
Cross-Platform
Windows, Linux, macOS. ARM and x64. Full Qt desktop GUI, lightweight Tkinter, headless TUI, and browser-based web remote. Standalone executables with everything bundled.
Ecosystem
Cyber Controller is the flagship — but it stands on a lineage of purpose-built tools. Each is open source and standalone.
Headless Marauder GUI
The original all-in-one Marauder controller and multi-firmware flasher. 4 UIs, standalone exe builds.
v1.3.0Dead Man's Switch
Universal anti-forensic dead-man gate. Multi-board successor to Suicide Marauder.
ActiveSuicide Marauder
The original anti-forensic firmware. ROM SPI bypass brick, Guardian gate, boot password. HW-validated.
v1.0.1Universal Flasher
Standalone multi-firmware flasher. 14+ profiles, batch flash, backup/restore, plugin system.
v1.0.0Universal Flasher & UI
Flash + serial control + cross-device coordination prototype. Absorbed into Cyber Controller.
v0.1.0esp32marauder.com
ESP32 security tools hub. Build guides, downloads, and project documentation.
WebsiteContact
Open to collaboration, consulting, and interesting conversations.