7 个仓库
Proxies that decrypt HTTPS traffic using dynamically generated TLS certificates for inspection and modification.
Distinct from Traffic Interception: Distinct from Traffic Interception: specifically handles TLS decryption with per-host certificate generation, not generic traffic routing.
Explore 7 awesome GitHub repositories matching networking & communication · HTTPS Decryption Proxies. Refine with filters or upvote what's useful.
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
Intercepts and decrypts HTTPS traffic as a man-in-the-middle proxy.
An HTTP proxy library for Go
Implements HTTPS interception via dynamic TLS certificate generation for encrypted traffic inspection.
OmniRoute is a unified LLM API gateway that connects multiple AI providers to a single endpoint. Its primary purpose is to simplify the integration of various AI models into tools and agents by translating different provider formats into a standardized API. The project distinguishes itself through a multi-strategy request routing system that optimizes for cost, speed, and availability, including automatic model fallbacks and a circuit-breaker resilience model to isolate provider failures. It employs a local-first security posture, using AES-256-GCM encryption to store API keys and conversatio
Uses a transparent interception proxy to capture and decrypt traffic from clients that ignore standard proxy settings.
3proxy 是一款多协议代理服务器和网络访问控制网关。它作为一个网络流量转发器,能够跨 HTTP、SOCKS 以及各种电子邮件和文件协议路由 TCP 和 UDP 流量。 该项目提供了用于安全流量检查的专业功能,包括通过证书欺骗和双向身份验证对 HTTPS 和 TLS 流进行解密和分析。它还通过递归上游代理链路由出站流量,支持客户端身份匿名化。 该软件涵盖了广泛的网络管理功能,包括针对 FTP、POP3 和 SMTP 的协议路由,以及端口转发和 IPv4/IPv6 桥接。它包括用于带宽限流、连接限制的行政工具,以及使用正则表达式修改载荷和头部的实时内容过滤功能。 安全性和可观测性通过基于策略的访问控制、RADIUS 身份验证以及具有自动轮换功能的全面网络活动日志记录来处理。
Decrypts HTTPS traffic using a custom authority certificate for inspection and modification.
AndroidHttpCapture 是一款用于在 Android 设备上直接拦截和分析 HTTP/HTTPS 网络流量的移动应用。它充当本地代理服务器和流量拦截器,用于捕获并监控其他已安装移动应用的请求与响应。 该工具支持通过安装根证书进行 MITM HTTPS 解密,并支持将捕获的网络会话导出为 HAR 文件以供外部分析。它允许实时注入响应体,并通过用户代理(User Agent)欺骗来修改请求头。 该项目包含一套网络连接诊断功能,如 DNS 查询、ping 和 traceroute。其他实用功能包括用于域名重定向的自定义主机映射,以及检查混合应用中嵌入式 Web 视图的控制台日志。
Decrypts HTTPS traffic by installing root certificates and generating on-the-fly TLS certificates.
Betwixt 是一个系统级网络监视器和 Web 调试代理,可捕获来自任何已安装应用程序的网络请求。它作为一个 HTTPS 流量检查器,将操作系统和命令行接口的流量路由通过本地代理进行分析。 该工具利用兼容 Chrome DevTools 的界面来渲染捕获的流量,允许检查来自非浏览器源的请求和响应。它通过生成受信任的根证书来执行中间人(MITM)HTTPS 解密,以检查客户端和服务器之间的加密通信。 该项目涵盖了系统级流量捕获、终端特定会话调试以及网络端口和证书存储配置的功能。它包括用于在多个目标操作系统和硬件架构上生成可分发二进制文件的构建脚本。
Implements a proxy that decrypts HTTPS traffic using dynamically generated TLS certificates for inspection.
proxy.py is a lightweight, dependency-free HTTP and reverse proxy framework built in Python that handles network traffic through asynchronous event loops and multi-core connection distribution. It acts as a customizable proxy server and embedded web server, allowing developers to inspect, route, and modify web traffic programmatically or via command-line execution wrappers. The platform provides in-flight TLS interception and traffic decryption using generated root certificates, alongside modular extension hooks that support custom dashboard interfaces, request handling plugins, and REST API
Decrypts HTTPS traffic using dynamically generated TLS certificates for inspection and modification.