Skip to content

Proxy

Domain: proxy

Full-stack HTTP/HTTPS MITM proxy domain for system-level traffic interception, modification, and application configuration.

Profiles

  • full

Typical scenarios

  • Global HTTP/HTTPS capture
  • API Mocking and forwarding
  • Android assisted mounting

Common combinations

  • proxy + network
  • proxy + adb-bridge

Full tool list (11)

ToolDescription
proxy_startStart the local HTTP/HTTPS interception proxy with optional TLS.
proxy_stopStop the proxy and release all active rules.
proxy_statusReport proxy status, listen port, and CA certificate path.
proxy_export_caRead the proxy CA certificate.
proxy_add_ruleAdd an interception rule: forward, mock_response, redirect, or block.
proxy_remove_ruleRemove a single proxy interception rule by endpointId. Returns the removed rule record.
proxy_list_rulesList active proxy interception rules tracked by this handler.
proxy_clear_rulesClear active proxy interception rules while keeping the proxy running.
proxy_get_requestsRead captured proxy request/response metadata, body previews, and timing.
proxy_clear_logsClear all captured proxy request/response logs.
proxy_setup_adb_deviceConfigure an Android device to use the proxy.

Released under AGPL-3.0-only