awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
r0ysue avatar

r0ysue/r0capture

0
View on GitHub↗
7,674 stars·1,506 forks·Python·Apache-2.0·4 vues

R0capture

r0capture is a tool for intercepting network traffic from Android applications. It serves as a traffic interceptor, packet sniffer, and client certificate exporter used to analyze application-layer communication on Android devices.

The project provides mechanisms to bypass SSL pinning and certificate validation, allowing the decryption of encrypted traffic without modifying device trust stores. It also enables the extraction of client-side certificates from application memory for saving to local device storage.

Captured network data is serialized into PCAP files to support offline protocol analysis. The tool identifies specific functions responsible for sending and receiving packets to capture data across various application-layer frameworks and protocols.

Features

  • Android Traffic Analysis Tools - Intercepts and inspects network requests within Android applications to understand server communication.
  • Application-Layer Interceptions - Captures data across various application-layer frameworks and redirects it into a standard packet format.
  • Application-Layer Captures - Captures network data at the app level to analyze traffic across different protocols and encryption versions.
  • Packet Capture Utilities - Records and saves network traffic from identified Android functions into PCAP files for offline analysis.
  • Traffic Interceptors - Serves as a tool for capturing and analyzing application-layer network traffic on Android devices.
  • Dynamic Process Instrumentation - Implements runtime code injection into Android processes to intercept network calls without modifying the app binary.
  • Certificate Pinning Bypasses - Forcefully disables certificate validation logic during execution to allow decryption of HTTPS traffic.
  • Mobile App Security Auditing - Provides tools for analyzing network behavior and extracting credentials to identify mobile application security vulnerabilities.
  • Dynamic Function Interception - Captures plaintext network data by intercepting specific sending and receiving functions at runtime.
  • Mobile Application Debugging - Enables detailed offline analysis of Android app network traffic by exporting data to PCAP files.
  • Memory-Based Certificate Extractions - Extracts client-side certificates from application memory for storage and inspection.
  • Runtime Certificate Extractions - Extracts client-side certificates from application memory and saves them to local device storage.
  • Memory-Based Extractions - Extracts client certificates by reading the application's process memory space.
  • Application Layer Protocol Dissectors - Hooks application-layer frameworks on mobile devices to intercept and decode network data across multiple protocols.
  • PCAP File Exports - Serializes captured network buffers into standard PCAP files for offline analysis.
  • Mobile App Analysis Tools - Universal tool for capturing traffic from Android applications.

Historique des stars

Graphique de l'historique des stars pour r0ysue/r0captureGraphique de l'historique des stars pour r0ysue/r0capture

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à R0capture

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec R0capture.
  • credittone/hookerAvatar de CreditTone

    CreditTone/hooker

    5,195Voir sur GitHub↗

    Hooker is a toolkit for the dynamic instrumentation, memory analysis, and deobfuscation of Android applications. It functions as a reverse engineering framework that uses Frida to inject scripts into running processes, monitor native calls, and extract executable DEX files. The project provides specialized utilities for bypassing security controls, including tools to disable SSL certificate validation and BoringSSL pinning to enable HTTPS traffic interception. It includes capabilities for detecting application packing, extracting cryptographic keys by hooking encryption algorithms, and circum

    JavaScriptandroidapkboringssl
    Voir sur GitHub↗5,195
  • jz-darkal/androidhttpcaptureAvatar de JZ-Darkal

    JZ-Darkal/AndroidHttpCapture

    4,598Voir sur GitHub↗

    AndroidHttpCapture is a mobile application for intercepting and analyzing HTTP and HTTPS network traffic directly on an Android device. It functions as a local proxy server and traffic interceptor to capture and monitor requests and responses from other installed mobile applications. The tool provides capabilities for MITM HTTPS decryption through root certificate installation and supports exporting captured network sessions as HAR files for external analysis. It allows for real-time response body injection and the modification of request headers via user agent spoofing. The project includes

    Java
    Voir sur GitHub↗4,598
  • fuzion24/justtrustmeAvatar de Fuzion24

    Fuzion24/JustTrustMe

    5,329Voir sur GitHub↗

    JustTrustMe is an Android security auditing tool and mobile application penetration testing utility. Its primary purpose is to bypass hardcoded certificate requirements and disable SSL pinning in mobile applications to allow the inspection of encrypted API requests and responses. The project functions as a dynamic method hooking module that integrates with the Xposed framework. It uses system-level instrumentation to intercept Java runtime function calls and override security checks within third-party Android applications. The tool covers a range of capabilities including the disabling of SS

    Java
    Voir sur GitHub↗5,329
  • emanuele-f/pcapdroidAvatar de emanuele-f

    emanuele-f/PCAPdroid

    4,133Voir sur GitHub↗

    PCAPdroid is an Android network traffic analyzer and packet capture tool that operates without requiring root access. It functions as a VPN-based firewall and network controller, capable of recording traffic in PCAPng format and blocking connections to specific domains or malicious hosts. The project distinguishes itself through a proxy-based system for decrypting TLS traffic and routing device network traffic through SOCKS5 proxies or the Tor network. It further allows for the modification of live HTTP requests and responses via custom scripts. Its capabilities cover application connection

    Javaandroidcapture-trafficdecryption
    Voir sur GitHub↗4,133
Voir les 30 alternatives à R0capture→

Questions fréquentes

Que fait r0ysue/r0capture ?

r0capture is a tool for intercepting network traffic from Android applications. It serves as a traffic interceptor, packet sniffer, and client certificate exporter used to analyze application-layer communication on Android devices.

Quelles sont les fonctionnalités principales de r0ysue/r0capture ?

Les fonctionnalités principales de r0ysue/r0capture sont : Android Traffic Analysis Tools, Application-Layer Interceptions, Application-Layer Captures, Packet Capture Utilities, Traffic Interceptors, Dynamic Process Instrumentation, Certificate Pinning Bypasses, Mobile App Security Auditing.

Quelles sont les alternatives open-source à r0ysue/r0capture ?

Les alternatives open-source à r0ysue/r0capture incluent : credittone/hooker — Hooker is a toolkit for the dynamic instrumentation, memory analysis, and deobfuscation of Android applications. It… fuzion24/justtrustme — JustTrustMe is an Android security auditing tool and mobile application penetration testing utility. Its primary… jz-darkal/androidhttpcapture — AndroidHttpCapture is a mobile application for intercepting and analyzing HTTP and HTTPS network traffic directly on… emanuele-f/pcapdroid — PCAPdroid is an Android network traffic analyzer and packet capture tool that operates without requiring root access.… rovo89/xposed — Xposed is a native Android runtime hooking framework and instrumentation tool. It provides a modified version of the… mitmproxy/mitmproxy — Mitmproxy is an interactive, programmable network proxy engine designed for traffic analysis and protocol…