{% extends "base.html" %} {% block title %}Command Overview — AUTARCH{% endblock %} {% block content %}
Hardening, audits, monitoring
{{ modules.get('defense', 0) }} modulesPentesting, Metasploit
{{ modules.get('offense', 0) }} modulesThreat hunting, anomaly detection
{{ modules.get('counter', 0) }} modulesForensics, hex, hashes
{{ modules.get('analyze', 0) }} modules25,475 indexed sites
{{ modules.get('osint', 0) }} modulesAttack simulation, red team
{{ modules.get('simulate', 0) }} modulesADB, Fastboot, ESP32
{{ modules.get('hardware', 0) }} modulesAcquisition · IOC scanning
new| Platform | {{ system.platform }} |
| Architecture | {{ system.arch }} |
| Python | {{ system.python }} |
| IP | {{ system.ip }} |
| UPnP | {{ 'Enabled' if upnp_enabled else 'Disabled' }} |
| LLM Model | {{ llm_model.split('/')[-1] if '/' in llm_model else llm_model }} |
| Tool | Status |
|---|---|
| {{ tool }} | {{ 'Available' if available else 'Not found' }} |