Use when the user wants to capture and inspect an app's network traffic end-to-end. Sets up an MITM proxy (Burp, mitmproxy, Charles) on the host, routes device traffic through it, and uses a Frida SSL-pinning bypass to defeat certificate pinning. Triggers: "intercept the traffic from <app>", "set up MITM", "capture HTTPS from <package>", "Burp this app", "see what <app> sends over the network". Requires a rooted device with frida-server, plus a running proxy on the host.
$npx -y skills add heretek-re/android-re --skill android-re-network-interceptInstalls into the current project.
Run `npx skills use "https://github.com/heretek-re/android-re" --skill "heretek-re/android-re/android-re-network-intercept"` 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.