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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·2 Aufrufe

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.

Star-Verlauf

Star-Verlauf für r0ysue/r0captureStar-Verlauf für r0ysue/r0capture

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu R0capture

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit R0capture.
  • credittone/hookerAvatar von CreditTone

    CreditTone/hooker

    5,195Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,195
  • jz-darkal/androidhttpcaptureAvatar von JZ-Darkal

    JZ-Darkal/AndroidHttpCapture

    4,598Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,598
  • fuzion24/justtrustmeAvatar von Fuzion24

    Fuzion24/JustTrustMe

    5,329Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,329
  • emanuele-f/pcapdroidAvatar von emanuele-f

    emanuele-f/PCAPdroid

    4,133Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,133
Alle 30 Alternativen zu R0capture anzeigen→

Häufig gestellte Fragen

Was macht 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.

Was sind die Hauptfunktionen von r0ysue/r0capture?

Die Hauptfunktionen von r0ysue/r0capture sind: 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.

Welche Open-Source-Alternativen gibt es zu r0ysue/r0capture?

Open-Source-Alternativen zu r0ysue/r0capture sind unter anderem: 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…