interceptor_frida_attach
Bypass Android SSL pinning and redirect app traffic to the proxy by attaching Frida scripts to a running app, neutralizing certificate pinning and native TLS verification.
Instructions
Attach to an Android app via Frida and inject SSL unpinning + proxy redirect scripts. Bypasses certificate pinning, OkHttp CertificatePinner, TrustManager, and native TLS verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | Process ID to attach to (alternative to app_name) | |
| serial | Yes | ADB device serial | |
| app_name | No | App process name or package identifier |