interceptor_android_activate
Activate Android interception by injecting a CA certificate into the system store, establishing an ADB reverse tunnel, and optionally setting a Wi-Fi proxy. Requires root and a running proxy.
Instructions
Full Android interception: inject CA cert into system store (root required), set up ADB reverse tunnel, and optionally set Wi-Fi proxy. Proxy must be running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | Yes | ADB device serial (from interceptor_android_devices) | |
| inject_cert | No | Push CA cert to system store (requires root) | |
| setup_tunnel | No | Set up ADB reverse tunnel | |
| set_wifi_proxy | No | Set global Wi-Fi HTTP proxy via adb settings |