Intercept iOS App via Frida
frida_ios_interceptIntercept iOS app traffic using Frida dynamic instrumentation to inspect and debug HTTP(S) communications, with automatic certificate pinning bypass for jailbroken devices.
Instructions
Intercept a specific iOS app using Frida dynamic instrumentation. Automatically disables most certificate pinning. Requires a jailbroken device running Frida Server connected via USB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proxyPort | Yes | Proxy port to route traffic through | |
| hostId | Yes | Frida host ID. Use get_interceptor_metadata with id "ios-frida" to list available hosts. | |
| targetId | Yes | Target app identifier. Use get_interceptor_metadata with id "ios-frida" and subId set to the hostId to list available app targets. | |
| enableSocks | No | Enable SOCKS proxy support (default: false) |