{% extends "base.html" %} {% block title %}iPhone Exploit - AUTARCH{% endblock %} {% block content %}
Tools Found
{{ status.found }} / {{ status.total }}
Devices
--
Paired
--
{% if status.missing %}
Missing tools: {{ status.missing | join(', ') }}. Install libimobiledevice and ifuse for full functionality.
{% endif %}

Device Management

Select a device and run a command...

Port Forward (iproxy)

Ready...
{% endblock %}