proxy_start
Start an HTTPS MITM proxy to intercept and inspect network traffic. Automatically generates a CA certificate and provides setup instructions for target devices.
Instructions
Start the HTTPS MITM proxy. Auto-generates a CA certificate. Returns port, URL, cert fingerprint, and setup instructions for the target device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port to listen on (0 = random available port) | |
| persistence_enabled | No | Enable persistent on-disk session capture (default: false) | |
| session_name | No | Optional name for the session when persistence is enabled | |
| capture_profile | No | Capture profile for persisted sessions: preview (body previews) or full (full bodies) | preview |
| storage_dir | No | Custom session storage directory | |
| max_disk_mb | No | Per-session disk cap in MB (writes are dropped once exceeded) |