awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
monasticacademy avatar

monasticacademy/httptap

0
View on GitHub↗
4,165 星标·65 分支·Go·MIT·6 次浏览www.monasticacademy.org↗

Httptap

httptap 是一款网络工具,用于拦截系统级数据包并监控 Linux 进程的 HTTP 和 HTTPS 流量。它作为一个网络数据包嗅探器和流量监视器,旨在捕获并显示本地应用发送的实时请求和响应。

该项目包括一个本地流量重定向器,将远程主机名或 IP 地址映射到 localhost 以进行服务测试。为了支持详细检查,它具有用于解密 HTTPS 流量的 TLS 终止代理,以及一个 HAR 文件导出器,将捕获的数据转储为标准的 HTTP Archive 格式以供外部分析。

该工具的技术功能涵盖使用 eBPF 的内核级数据包捕获、透明代理拦截和进程特定流量过滤。它还提供本地 DNS 重定向以覆盖系统名称解析。

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.

Star 历史

monasticacademy/httptap 的 Star 历史图表monasticacademy/httptap 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

monasticacademy/httptap 是做什么的?

httptap 是一款网络工具,用于拦截系统级数据包并监控 Linux 进程的 HTTP 和 HTTPS 流量。它作为一个网络数据包嗅探器和流量监视器,旨在捕获并显示本地应用发送的实时请求和响应。

monasticacademy/httptap 的主要功能有哪些?

monasticacademy/httptap 的主要功能包括: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。

monasticacademy/httptap 有哪些开源替代品?

monasticacademy/httptap 的开源替代品包括: 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…

Httptap 的开源替代方案

相似的开源项目,按与 Httptap 的功能重合度排序。
  • exposedev/exposeexposedev 的头像

    exposedev/expose

    4,521在 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
    在 GitHub 上查看↗4,521
  • proxymanapp/proxymanProxymanApp 的头像

    ProxymanApp/Proxyman

    6,858在 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
    在 GitHub 上查看↗6,858
  • chuckerteam/chuckerChuckerTeam 的头像

    ChuckerTeam/chucker

    4,532在 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
    在 GitHub 上查看↗4,532
  • alibaba/anyproxyalibaba 的头像

    alibaba/anyproxy

    7,913在 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
    在 GitHub 上查看↗7,913
  • 查看 Httptap 的所有 30 个替代方案→