Replace monolithic CLI and web server with route-based Flask API. New routes: api_commands, api_build, api_can, api_monitor, api_ota, api_tunnel. Add honeypot security dashboard with real-time SSE, MITRE ATT&CK mapping, kill chain analysis. New TUI with commander/help modules. Add session management, tunnel proxy core, CAN bus data store. Docker support.
23 lines
279 B
Plaintext
23 lines
279 B
Plaintext
# Crypto
|
|
pycryptodome>=3.15.0
|
|
|
|
# Protocol Buffers
|
|
protobuf>=4.21.0
|
|
|
|
# Web Server
|
|
flask>=2.0.0
|
|
flask-limiter>=3.0.0
|
|
|
|
# Configuration
|
|
python-dotenv>=1.0.0
|
|
|
|
# TUI Interface
|
|
textual>=0.40.0
|
|
|
|
# Camera & Video
|
|
opencv-python>=4.8.0
|
|
numpy>=1.24.0
|
|
|
|
# MLAT (Multilateration)
|
|
scipy>=1.10.0
|