7 dépôts
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 est un serveur proxy multi-protocole et une passerelle de contrôle d'accès réseau. Il fonctionne comme un transmetteur de trafic réseau capable de router le trafic TCP et UDP via HTTP, SOCKS et divers protocoles d'e-mail et de fichiers. Le projet fournit des capacités spécialisées pour l'inspection sécurisée du trafic, y compris le déchiffrement et l'analyse des flux HTTPS et TLS via l'usurpation de certificat et l'authentification mutuelle. Il prend en outre en charge l'anonymisation de l'identité du client en routant le trafic sortant via des chaînes de proxy amont récursives. Le logiciel couvre un large éventail de fonctions de gestion réseau, y compris le routage de protocole pour FTP, POP3 et SMTP, ainsi que le transfert de port et le pontage IPv4/IPv6. Il inclut des outils administratifs pour la limitation de bande passante, la limitation de connexion et le filtrage de contenu en temps réel utilisant des expressions régulières pour modifier les charges utiles et les en-têtes. La sécurité et l'observabilité sont gérées via un contrôle d'accès basé sur des politiques, la vérification d'identité RADIUS et une journalisation complète de l'activité réseau avec rotation automatique.
Decrypts HTTPS traffic using a custom authority certificate for inspection and modification.
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
Decrypts HTTPS traffic by installing root certificates and generating on-the-fly TLS certificates.
Betwixt is a system-wide network monitor and web debugging proxy that captures network requests from any installed application. It functions as an HTTPS traffic inspector, routing operating system and command line interface traffic through a local proxy for analysis. The tool utilizes a Chrome DevTools compatible interface to render captured traffic, allowing for the inspection of requests and responses from non-browser sources. It performs man-in-the-middle HTTPS decryption by generating a trusted root certificate to inspect encrypted communication between clients and servers. The project c
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.