What problem does it solve? Mobile applications that implement SSL certificate pinning block HTTPS traffic interception, preventing security testers from inspecting API communication during authorized penetration tests. This Skill provides a structured playbook to bypass pinning across platforms and frameworks. ## Core Features & Use Cases - Android Bypass Methods: Frida universal hooks for TrustManager, OkHttp, Volley, and Conscrypt, plus Objection one-liners, Network Security Config overrides, LSPosed modules, and Magisk system CA installation. - iOS Bypass Methods: Frida SecTrust hooks, Objection commands, SSL Kill Switch 2, and library-specific hooks for AFNetworking, Alamofire, and TrustKit. - Framework-Specific Coverage: Dedicated techniques for Flutter (BoringSSL native hooks, reflutter), React Native, and Xamarin, which defeat standard Java/ObjC-layer hooks. - Use Case: During an authorized mobile app assessment, Burp Suite shows no traffic from a Flutter Android app. Follow the decision tree to identify Flutter, apply reflutter to patch BoringSSL, and successfully intercept the HTTPS API calls. ## Quick Start Ask the agent to bypass SSL pinning on the target Android app com.example.app using Frida so its HTTPS traffic can be intercepted through Burp Suite.