frida_ssl_pinning_disable
Inject a script to bypass SSL certificate pinning on Android and iOS/macOS apps, enabling interception of encrypted traffic for security analysis.
Instructions
Inject a universal SSL pinning bypass script.
target: process name or pid (string).
Works on both Android (TrustManager, OkHttp3 CertificatePinner,
Conscrypt) and iOS/macOS (SecTrustEvaluateWithError,
SecTrustEvaluate, NSURLSession challenge delegates).
Returns list of successfully bypassed mechanisms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |