awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
monasticacademy avatar

monasticacademy/httptap

0
View on GitHub↗
4,165 stele·65 fork-uri·Go·MIT·2 vizualizăriwww.monasticacademy.org↗

Httptap

httptap este un utilitar de rețea pentru interceptarea pachetelor la nivel de sistem și monitorizarea traficului HTTP și HTTPS al proceselor Linux. Funcționează ca un sniffer de pachete de rețea și monitor de trafic conceput pentru a captura și afișa în timp real cererile și răspunsurile trimise de aplicațiile locale.

Proiectul include un redirector de trafic local care mapează numele de host sau adresele IP la distanță către localhost pentru testarea serviciilor. Pentru a susține inspecția detaliată, dispune de un proxy de terminare TLS pentru decriptarea traficului HTTPS și un exportator de fișiere HAR care descarcă datele capturate în formatul standard HTTP Archive pentru analiză externă.

Capabilitățile tehnice ale instrumentului acoperă capturarea pachetelor la nivel de kernel folosind eBPF, interceptarea prin proxy transparent și filtrarea traficului specific proceselor. De asemenea, oferă redirecționare DNS locală pentru a suprascrie rezoluția numelor de sistem.

Features

  • HTTP Traffic Inspection - Provides real-time monitoring and inspection of HTTP and HTTPS requests and responses sent by Linux processes.
  • Network Communication Debugging - Observes the outbound web communication of running programs to identify API errors or unexpected behavior.
  • Real-Time Traffic Dashboards - Captures and displays HTTP and HTTPS requests and responses made by a specific process in real time.
  • Packet Capture Implementations - Implements high-performance packet interception at the kernel level using eBPF programs.
  • Process-Level Filters - Isolates network packets by matching kernel-level process identifiers to filter traffic from a single target application.
  • Transparent Network Proxies - Reroutes outbound network traffic through a local listener without requiring client-side configuration changes.
  • SSL/TLS Termination - Decrypts HTTPS traffic by acting as a proxy that terminates encrypted connections for inspection.
  • Packet-Sniffing Analyzers - Intercepts network traffic at the packet level to analyze data sent by local applications.
  • Local Redirection Rules - Routes network traffic from remote hostnames or IP addresses to a local machine for testing.
  • Local DNS Mapping - Overrides system name resolution to map remote hostnames to local IP addresses for testing.
  • Localhost Domain Mappings - Maps specific hostnames or IP addresses to the local machine to enable communication with local services.
  • Local Service Address Mapping - Maps remote hostnames or IP addresses to localhost for local service testing.
  • HAR File Exporters - Dumps intercepted network traffic into the standardized HTTP Archive format for external analysis.
  • Network Traffic Analyzers - Exports captured web requests into HAR files for visualization and analysis in external tools.
  • HAR Serialization - Formats captured request and response metadata into standardized HAR JSON structures for external analysis tools.

Istoric stele

Graficul istoricului de stele pentru monasticacademy/httptapGraficul istoricului de stele pentru monasticacademy/httptap

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Httptap

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Httptap.
  • exposedev/exposeAvatar exposedev

    exposedev/expose

    4,521Vezi pe GitHub↗

    Expose is a secure tunneling tool that creates public URLs for local development servers, making them accessible from the internet without complex network configuration. It forwards incoming HTTP requests and responses between a public relay server and a local machine, enabling external services to reach a development environment that would otherwise be isolated behind a firewall or VPN. The project distinguishes itself through a comprehensive set of webhook debugging and inspection capabilities. It captures all incoming webhook requests and displays them in a real-time dashboard or command-l

    PHPexposetunnel-servertunneling
    Vezi pe GitHub↗4,521
  • proxymanapp/proxymanAvatar ProxymanApp

    ProxymanApp/Proxyman

    6,858Vezi pe 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
    Vezi pe GitHub↗6,858
  • chuckerteam/chuckerAvatar ChuckerTeam

    ChuckerTeam/chucker

    4,532Vezi pe GitHub↗

    Chucker is an on-device HTTP inspector for Android applications that captures and records network traffic for the OkHttp library. It functions as a network interceptor and proxy-like utility, allowing for the analysis of API calls directly within the mobile application environment. The tool provides a local interface for analyzing API interactions, which includes the ability to decode binary response bodies into human-readable text. It also includes security features to mask sensitive information in request and response headers through redaction rules. Captured transactions are managed via a

    Kotlinandroidandroid-libraryandroid-sdk
    Vezi pe GitHub↗4,532
  • alibaba/anyproxyAvatar alibaba

    alibaba/anyproxy

    7,913Vezi pe GitHub↗

    AnyProxy is an HTTP/HTTPS proxy framework built on Node.js that intercepts and modifies traffic through a plugin system. It functions as a configurable proxy server where user-defined plugins inspect or alter requests and responses as they pass through the proxy. The framework distinguishes itself through a middleware stack that processes requests sequentially, enabling modular traffic transformation and logging. It handles HTTPS interception by dynamically generating and installing root certificates for transparent decryption, and routes traffic based on configurable rules matching request p

    JavaScript
    Vezi pe GitHub↗7,913
Vezi toate cele 30 alternative pentru Httptap→

Întrebări frecvente

Ce face monasticacademy/httptap?

httptap este un utilitar de rețea pentru interceptarea pachetelor la nivel de sistem și monitorizarea traficului HTTP și HTTPS al proceselor Linux. Funcționează ca un sniffer de pachete de rețea și monitor de trafic conceput pentru a captura și afișa în timp real cererile și răspunsurile trimise de aplicațiile locale.

Care sunt principalele funcționalități ale monasticacademy/httptap?

Principalele funcționalități ale monasticacademy/httptap sunt: HTTP Traffic Inspection, Network Communication Debugging, Real-Time Traffic Dashboards, Packet Capture Implementations, Process-Level Filters, Transparent Network Proxies, SSL/TLS Termination, Packet-Sniffing Analyzers.

Care sunt câteva alternative open-source pentru monasticacademy/httptap?

Alternativele open-source pentru monasticacademy/httptap includ: exposedev/expose — Expose is a secure tunneling tool that creates public URLs for local development servers, making them accessible from… proxymanapp/proxyman — Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket… davecheney/httpstat — httpstat is a command-line utility for executing HTTP requests and analyzing network timing, response metadata, and… avwo/whistle — Whistle is an HTTP debugging proxy that captures, inspects, and modifies traffic through a web-based management… daeuniverse/dae — dae is a high-performance Linux network tool that functions as an eBPF transparent proxy. It intercepts and redirects… alibaba/anyproxy — AnyProxy is an HTTP/HTTPS proxy framework built on Node.js that intercepts and modifies traffic through a plugin…