Intercept Android App via Frida
frida_android_interceptIntercept Android app traffic using Frida dynamic instrumentation to disable certificate pinning and analyze HTTP(S) communications through HTTP Toolkit.
Instructions
Intercept a specific Android app using Frida dynamic instrumentation. Automatically disables most certificate pinning. Requires a rooted device with Frida server running (use frida_android_setup and frida_android_launch first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proxyPort | Yes | Proxy port to route traffic through | |
| hostId | Yes | Frida host ID | |
| targetId | Yes | Target app identifier. Use get_interceptor_metadata with id "android-frida" and subId set to the hostId to list available app targets. | |
| enableSocks | No | Enable SOCKS proxy support (default: false) |