frida-mitm-capture
CommunityAutomate Android HTTPS traffic capture and SSL pinning bypass.
System Documentation
What problem does it solve?
Manually capturing decrypted HTTPS traffic from Android apps is extremely difficult because most apps implement SSL pinning (via conscrypt, OkHttp CertificatePinner, NetworkSecurityConfig, or native libssl hooks) that blocks standard proxy tools, and many apps ignore system proxy settings entirely. This skill eliminates the need to manually write Frida scripts, configure proxy routing, and parse raw traffic data by automating the entire end-to-end workflow.
Core Features & Use Cases
- Automated SSL Pinning Bypass: Injects a pre-built, extensively tested Frida script that bypasses all common Android SSL pinning mechanisms, including conscrypt TrustManagerImpl, OkHttp3 CertificatePinner, NetworkSecurityConfig pin sets, and native libssl SSL_CTX_set_verify hooks.
- Structured Traffic Capture & Analysis: Forwards decrypted HTTPS traffic to mitmproxy, saves it as structured JSONL files, and automatically identifies authentication headers and suspected encrypted/hashed fields for quick API reverse engineering.
- Use Cases: Capture API requests to reverse engineer request signing algorithms, analyze all endpoints called by a specific app feature, or debug network traffic for Android apps with strict security controls.
Quick Start
Provide the target Android app's package name to the frida-mitm-capture skill to automatically start capturing its decrypted HTTPS traffic for analysis, then share the captured data with the skill once you have performed the desired actions in the app.
Dependency Matrix
Required Modules
Components
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: frida-mitm-capture Download link: https://github.com/warterbili/AUTO_REVERSE/archive/main.zip#frida-mitm-capture Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 536,000+ vetted skills library on demand.