Use when the user wants to bypass SSL/TLS certificate pinning on a running app to intercept HTTPS traffic (e.g. with Burp or mitmproxy). Triggers: "bypass SSL pinning", "unpin cert", "trust user CA", "MITM this app", "intercept HTTPS from <package>", "ssl-pinning bypass on <app>". Requires a rooted device with frida-server running. The app must support installing user CAs (or be repackaged with android-re-repackage first).
$npx -y skills add heretek-re/android-re --skill android-re-sslpinning-bypassInstalls into the current project.
Run `npx skills use "https://github.com/heretek-re/android-re" --skill "heretek-re/android-re/android-re-sslpinning-bypass"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/heretek-re/android-re" that are relevant to the current task. Run `npx skills add "https://github.com/heretek-re/android-re"` and select the relevant skills, then follow their instructions.