r0ysue/r0capture

安卓应用层抓包通杀脚本

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 13 minutes ago
Added to GitGenius on September 8th, 2026
Created on November 29th, 2020
Open Issues & Pull Requests: 27 (+0)
GitHub issues: Enabled
Number of forks: 1,515
Total Stargazers: 7,756 (+0)
Total Subscribers: 89 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.7 hours
Mean response time: 157.6 days
90th percentile: 526.5 days
Tracked items: 9

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 10
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 640 days
Stale 30+ days: 10
Stale 90+ days: 9

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

r0capture is a packet capture tool for Android that intercepts application-layer network traffic on rooted devices.

The tool solves the problem of capturing encrypted and obfuscated network traffic from Android applications by using Frida to hook into system-level SSL/TLS functions and socket operations. It works by injecting a Frida script into running Android processes to intercept all application-layer protocols including HTTP, WebSocket, FTP, XMPP, IMAP, SMTP, and Protocol Buffers, along with their encrypted variants. The approach bypasses certificate pinning and app obfuscation, capturing traffic regardless of which HTTP framework the application uses, such as HttpUrlConnection, OkHttp, Retrofit, or Volley.

The tool is designed for security researchers and developers analyzing Android applications on rooted devices running Android 7 through 16. It suits penetration testing, reverse engineering, and security auditing workflows where understanding application network behavior is necessary. The tool operates in two modes: spawn mode, which launches an application fresh under instrumentation, and attach mode, which hooks into already-running processes. Captured traffic can be exported to PCAP format for analysis in Wireshark. Additional capabilities include locating the functions responsible for sending and receiving packets within an application and exporting client-side certificates when applications implement mutual TLS authentication.

Development activity shows ongoing maintenance with updates addressing compatibility across multiple Android versions and Frida releases. The project accepts issue reports and direct feedback from users encountering applications that resist capture. Auxiliary features have been added incrementally, including packet function localization and certificate export functionality. The tool includes configuration options for non-standard Frida server ports to evade detection mechanisms that monitor the standard Frida listening port.