{% extends "base.html" %} {% block title %}MITM Proxy - AUTARCH{% endblock %} {% block content %}

Proxy Status

State--
Listen Address--
Engine--
Request Count0
SSL StripOFF
Upstream ProxyNone

Configuration

CA Certificate

Generate and install a CA certificate for HTTPS interception. The client must trust this certificate to avoid browser warnings.

Installation Instructions
Windows: Double-click the .pem file → Install Certificate → Local Machine → Trusted Root Certification Authorities.
macOS: Double-click the .pem → Add to System keychain → Trust → Always Trust.
Linux: Copy to /usr/local/share/ca-certificates/ and run sudo update-ca-certificates.
Firefox: Settings → Privacy & Security → Certificates → View Certificates → Import.
Chrome: Settings → Privacy → Security → Manage certificates → Authorities → Import.
Android: Settings → Security → Encryption → Install from storage → select .pem file.
iOS: AirDrop or email the .pem → Install Profile → Settings → General → About → Certificate Trust Settings → Enable.

Add Rule

Active Rules

ID URL Pattern Method Action Status Actions
No rules configured. Add a rule above.

Traffic Log

--

ID Time Method URL Status Size Duration Sec
No traffic captured. Start the proxy and route traffic through it.
{% endblock %}