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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
JZ-Darkal avatar

JZ-Darkal/AndroidHttpCapture

0
View on GitHub↗
4,598 stars·865 forks·Java·MIT·14 views

AndroidHttpCapture

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 a suite of network connectivity diagnostics, such as DNS lookups, ping, and traceroute. Additional utility coverage includes custom host mapping for domain redirection and the inspection of console logs from embedded web views in hybrid applications.

Features

  • Android App Traffic Captures - Intercepts and analyzes HTTP and HTTPS network traffic from Android applications via a local proxy.
  • Network Traffic Analyzers - Captures, inspects, and debugs HTTP and HTTPS network protocols and communication streams directly on the device.
  • Android Traffic Analysis Tools - Intercepts and inspects HTTP and HTTPS network communication specifically for Android applications.
  • Mobile Application Debugging - Provides real-time inspection of network traffic and browser simulation to debug Android applications.
  • Intercepting Proxies - Functions as a local intercepting proxy to monitor and modify HTTP traffic from other installed mobile applications.
  • Proxy Servers - Functions as a local proxy server to intercept and log network packets.
  • HTTPS Decryption Proxies - Decrypts HTTPS traffic by installing root certificates and generating on-the-fly TLS certificates.
  • Traffic Interceptors - Functions as a local proxy server to capture, inspect, and modify network traffic.
  • Network Response Modifiers - Provides tools to intercept and modify incoming network responses by altering headers or body content in real time.
  • Console Log Inspection - Displays console output from embedded web pages to debug hybrid mobile applications.
  • Web View Debugging Utilities - Monitors console logs and network activity for web views embedded in hybrid Android apps.
  • Custom Host Mappings - A Charles Proxy feature allowing specific domains to be redirected to custom hosts for testing different backend environments.
  • DNS Resolution Overrides - Redirects domain queries to specific IP addresses by modifying internal host mappings.
  • Mobile Network Diagnostic Tools - Provides a suite of diagnostic tools for performing DNS lookups, Ping, and TraceRoute on Android.
  • Network Diagnostics - Provides native network tools including Ping, DNS lookups, and TraceRoute for connectivity verification.
  • Response Body Modifiers - Intercepts server responses in real-time to replace original data with custom payloads.
  • HTTP Request and Response Modifiers - Intercepts and alters HTTP response data in real time to simulate different server behaviors.

Star history

Star history chart for jz-darkal/androidhttpcaptureStar history chart for jz-darkal/androidhttpcapture

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to AndroidHttpCapture

Similar open-source projects, ranked by how many features they share with AndroidHttpCapture.
  • proxymanapp/proxymanProxymanApp avatar

    ProxymanApp/Proxyman

    6,858View on GitHub↗

    Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif

    debugging-tooliosmacos
    View on GitHub↗6,858
  • r0ysue/r0capturer0ysue avatar

    r0ysue/r0capture

    7,674View on GitHub↗

    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 a

    Python
    View on GitHub↗7,674
  • cocoadebug/cocoadebugCocoaDebug avatar

    CocoaDebug/CocoaDebug

    4,129View on GitHub↗

    CocoaDebug is a debugging framework for iOS that provides a toolkit for inspecting application logs, network traffic, and sandbox files directly on a device. It functions as a suite of specialized tools for auditing device hardware, monitoring performance, and inspecting network activity. The framework includes an on-device network inspector for capturing and filtering HTTP requests and payloads, as well as a sandbox file manager to list and modify files and folders within the application container. It further provides a device auditor to display system build versions and hardware details for

    Swiftcocoadebugcocoapodsdebug
    View on GitHub↗4,129
  • alfred1984/interesting-pythonAlfred1984 avatar

    Alfred1984/interesting-python

    4,990View on GitHub↗

    This project is a collection of Python implementations for web scraping, network traffic interception, data analysis, and sentiment analysis. It provides methods for extracting structured data from websites and mobile application interfaces. The collection includes tools for capturing and analyzing network packets from mobile applications to identify hidden internal API endpoints. It also features scripts for evaluating the emotional tone and public perception of text data. The project covers data manipulation and transformation of large datasets, as well as the generation of charts and grap

    Jupyter Notebook
    View on GitHub↗4,990
See all 30 alternatives to AndroidHttpCapture→

Frequently asked questions

What does jz-darkal/androidhttpcapture do?

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.

What are the main features of jz-darkal/androidhttpcapture?

The main features of jz-darkal/androidhttpcapture are: Android App Traffic Captures, Network Traffic Analyzers, Android Traffic Analysis Tools, Mobile Application Debugging, Intercepting Proxies, Proxy Servers, HTTPS Decryption Proxies, Traffic Interceptors.

What are some open-source alternatives to jz-darkal/androidhttpcapture?

Open-source alternatives to jz-darkal/androidhttpcapture include: proxymanapp/proxyman — Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket… r0ysue/r0capture — r0capture is a tool for intercepting network traffic from Android applications. It serves as a traffic interceptor,… cocoadebug/cocoadebug — CocoaDebug is a debugging framework for iOS that provides a toolkit for inspecting application logs, network traffic,… abhinavsingh/proxy.py — proxy.py is a lightweight, dependency-free HTTP and reverse proxy framework built in Python that handles network… alfred1984/interesting-python — This project is a collection of Python implementations for web scraping, network traffic interception, data analysis,… kdzwinel/betwixt — Betwixt is a system-wide network monitor and web debugging proxy that captures network requests from any installed…