A Matrix-themed network security monitoring system with real-time threat detection.
./start.shpython3 start.py# Terminal 1 - API Server
python3 src/main.py --api-only --port 8001
# Terminal 2 - Dashboard
cd frontend && python3 -m http.server 8082That's it! The dashboard will open automatically at http://localhost:8082
- Matrix Rain Animation - Falling green code effect
- Real-time Threat Detection - Live security monitoring
- Cyber Terminal - Hacker-style log display
- Threat Simulation - Generate test attacks
- Glowing Neon UI - Green/red/yellow cyber effects
- Activity Timeline - Visual threat chart
├── frontend/
│ ├── index.html # Hacker dashboard UI
│ └── app.js # Dashboard logic
├── src/
│ ├── main.py # Main application
│ ├── api/
│ │ └── server.py # API endpoints
│ ├── core/ # Network monitoring
│ ├── security/ # Threat detection
│ └── ml/ # Anomaly detection
└── requirements.txt
- LIVE ATTACK - Start continuous threat simulation
- SIMULATE - Generate single threat
- AUTO-SCAN - Enable auto-refresh
- PURGE LOGS - Clear terminal
python3 src/main.py --api-only --port 8001sudo python3 src/main.py --port 8001- Black background with Matrix effects
- Green glowing text (#0f0)
- Red threat alerts (#f00)
- Yellow anomalies (#ff0)
- Binary code animations
GET /- API infoGET /health- System healthGET /api/status- Current statisticsPOST /api/simulate/start- Generate threatPOST /api/simulate/stop- Stop simulation
- Python 3.9+
- Modern web browser
- Network interface (for full mode)
- Port scan detection
- DDoS attack recognition
- SQL injection detection
- Malware traffic identification
- Anomaly detection with ML
CYBERNET SECURITY MATRIX v2.0 | Neural Network Active