{% extends "base.html" %} {% block title %}Dashboard - AUTARCH{% endblock %} {% block content %}
System hardening, audits, monitoring
{{ modules.get('defense', 0) }} modulesPenetration testing, Metasploit
{{ modules.get('offense', 0) }} modulesThreat hunting, anomaly detection
{{ modules.get('counter', 0) }} modulesForensics, file analysis
{{ modules.get('analyze', 0) }} modulesReconnaissance, username search
{{ modules.get('osint', 0) }} modulesAttack simulation, red team
{{ modules.get('simulate', 0) }} modulesADB, Fastboot, ESP32 flashing
{{ modules.get('hardware', 0) }} modules| Tool | Status |
|---|---|
| {{ tool }} | {{ 'Available' if available else 'Not found' }} |
| Platform | {{ system.platform }} |
| Architecture | {{ system.arch }} |
| Python | {{ system.python }} |
| IP | {{ system.ip }} |
| UPnP | {{ 'Enabled' if upnp_enabled else 'Disabled' }} |