Skip to content

Cyber Controller v1.0.0 — First Official Release

Choose a tag to compare

@LxveAce LxveAce released this 11 Jun 20:24
· 42 commits to master since this release

Cyber Controller v1.0.0

The first official release of Cyber Controller — the all-in-one security hardware controller for cyberdecks and field deployments.

Highlights

  • 18+ firmware profiles across 4 backends (esptool, qFlipper, ADB, SD image)
  • 7 protocol parsers with 250+ commands (Marauder 73, GhostESP 41, ESP32-DIV 60+, Bruce, Flipper, HaleHound, Meshtastic)
  • 4 UI modes — PyQt5, Tkinter, Textual TUI, Flask+SocketIO web remote
  • Hardware-validated flash core — per-chip bootloader offsets, --flash_size detect anti-brick, chip auto-detection
  • Cross-device coordination — shared target pool, event bus, auto-routing rules, TargetIngestor closes the loop
  • Suicide Marauder integration — password/duress provisioning, dead-man switch setup from the dashboard
  • Security hardened — 15 red-team findings fixed, AES-256-GCM mandatory, scrypt web auth, SSRF hardening, CSRF protection

Install

pip install .              # core (PyQt5 + esptool)
pip install ".[full]"      # all UIs (+ Textual TUI + Flask web)
cyber-controller --ui qt   # launch PyQt5 GUI

Testing

111 tests passing across 9 modules, including hardware-validated live cross-comm tests.

Links