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 is a multi-protocol proxy server and network access control gateway. It functions as a network traffic forwarder capable of routing TCP and UDP traffic across HTTP, SOCKS, and various email and file protocols. The project provides specialized capabilities for secure traffic inspection, including the decryption and analysis of HTTPS and TLS streams through certificate spoofing and mutual authentication. It further supports client identity anonymization by routing outbound traffic through recursive upstream proxy chains. The software covers a broad range of network management functions,
Decrypts HTTPS traffic using a custom authority certificate for inspection and modification.
AndroidHttpCapture एक मोबाइल एप्लिकेशन है जो सीधे Android डिवाइस पर HTTP और HTTPS नेटवर्क ट्रैफ़िक को इंटरसेप्ट और विश्लेषण करने के लिए है। यह अन्य इंस्टॉल किए गए मोबाइल एप्लिकेशन्स से रिक्वेस्ट और रिस्पॉन्स को कैप्चर और मॉनिटर करने के लिए एक स्थानीय प्रॉक्सी सर्वर और ट्रैफ़िक इंटरसेप्टर के रूप में कार्य करता है। टूल रूट सर्टिफिकेट इंस्टॉलेशन के माध्यम से MITM HTTPS डिक्रिप्शन के लिए क्षमताएं प्रदान करता है और बाहरी विश्लेषण के लिए कैप्चर किए गए नेटवर्क सत्रों को HAR फ़ाइलों के रूप में निर्यात करने का समर्थन करता है। यह रियल-टाइम रिस्पॉन्स बॉडी इंजेक्शन और यूज़र एजेंट स्पूफिंग के माध्यम से रिक्वेस्ट हेडर के संशोधन की अनुमति देता है। प्रोजेक्ट में नेटवर्क कनेक्टिविटी डायग्नोस्टिक्स का एक सुइट शामिल है, जैसे DNS लुकअप, पिंग और ट्रेसरूट। अतिरिक्त उपयोगिता कवरेज में डोमेन रीडायरेक्शन के लिए कस्टम होस्ट मैपिंग और हाइब्रिड एप्लिकेशन्स में एम्बेडेड वेब व्यूज़ से कंसोल लॉग्स का निरीक्षण शामिल है।
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.