{% extends "base.html" %} {% block title %}Reverse Shell — AUTARCH{% endblock %} {% block content %}

Listener

{{ 'Running' if running else 'Stopped' }}

On the Archon app: Modules tab → Reverse Shell → CONNECT.
The device will connect back to this listener on port {{ port }}.

Sessions

{{ sessions|length }}
{% if sessions %} {% for s in sessions %}
{{ s.device }} Android {{ s.android }} | UID {{ s.uid }} Connected {{ s.connected_at }} | {{ s.commands_executed }} cmds
{% endfor %} {% else %}

No active sessions. Start the listener and connect from the Archon app.

{% endif %}
{% endblock %}