Intercept Android Device via ADB
intercept_android_adbIntercept HTTP(S) traffic from Android devices via ADB for debugging. Automatically injects HTTPS certificates into rooted devices and emulators to monitor network activity.
Instructions
Intercept HTTP(S) traffic from an Android device or emulator connected via ADB. Automatically injects system HTTPS certificates into rooted devices and most emulators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proxyPort | Yes | Proxy port to route traffic through | |
| deviceId | Yes | ADB device ID. Use get_interceptor_metadata with id "android-adb" to list connected devices. | |
| enableSocks | No | Enable SOCKS proxy support (default: false) |