frida-tls-pinning
Installation
SKILL.md
Frida TLS Pinning
Use this skill when HTTPS traffic is blocked by certificate pinning or custom trust validation.
Identify The Stack First
- Android Java: OkHttp, TrustManager, Conscrypt, WebView, network security config.
- Android native: BoringSSL, OpenSSL, Cronet, proxygen, Flutter engine.
- iOS:
NSURLSession, delegate trust challenges,SecTrustEvaluate*, native BoringSSL. - Cross-platform: React Native, Flutter, Unity, custom native networking.
Do not start with a universal bypass as the final answer. Use public scripts to discover which hook fires, then keep only the needed hooks.