# r0ysue/r0capture

安卓应用层抓包通杀脚本

Repository: https://github.com/r0ysue/r0capture
Canonical: https://ross.abutalabs.com/products/r0capture
Language: Python
License: Apache-2.0
License Family: permissive
Last push: 2026-03-09T03:10:28+00:00

## Health v2 (maintenance only)
Score: 64/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 71, release rhythm 35, longevity 100
- inputs: {"age_days": 2103, "days_push": 177, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7750, forks 1516 (observed 2026-08-28T04:10:04.775169+00:00)

## What it is
A Frida-based universal Android application-layer packet capture script that hooks SSL/TLS regardless of certificate pinning, obfuscation, or app framework. It captures traffic from all common protocols and frameworks, exports client certificates, locates send/receive functions, and can save captures as pcap files for Wireshark analysis.

## Use cases
- capture https traffic from android apps bypassing ssl pinning
- dump android app network traffic to pcap for wireshark analysis
- export client certificates from android apps
- locate send and receive functions in an android app
- intercept okhttp and httpurlconnection traffic on android
- debug app network protocols on a rooted android device

## When to choose
- you need to capture encrypted app traffic on a physical Android device without dealing with certificates
- the target app uses certificate pinning, obfuscation, or common HTTP libraries
- you want pcap output or client certificate extraction during security analysis

## When to avoid
- the target uses Flutter, WebView, or custom SSL frameworks, which are unsupported
- you need HTTP/2 or HTTP/3 capture
- you only have an emulator instead of a real device
- you need multi-process app capture without extra work

## Facets
- artifact type: cli-tool
- maturity: active
- function: security, networking, reverse-engineering, developer-tools
- domain: security, penetration-testing, reverse-engineering, android-tools, developer-tools
- platform: python, cli
- tags: frida, packet-capture, ssl-pinning-bypass, android, pcap, traffic-capture, hooking

## Member repositories
- r0ysue/r0capture (main) score 64

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:04.775169+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:35:09.252290+00:00, confidence not recorded.
  - readme: https://github.com/r0ysue/r0capture (fetched 2026-08-28T04:10:04.775169+00:00, sha 20d81f4b2eca)
- Data as of 2026-08-30T08:39:29.467469+00:00.
