awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
monkeyWie avatar

monkeyWie/proxyee

0
View on GitHub↗
1,630 Stars·579 Forks·Java·MIT·1 Aufruf

Proxyee

Proxyee ist eine Java-basierte Netzwerk-Proxy-Bibliothek, die für den Aufbau benutzerdefinierter Proxy-Server konzipiert wurde, die Verkehrs-Interzeption, Inspektion und Modifikation unterstützen. Sie fungiert als programmierbares Framework für die Handhabung von HTTP-, HTTPS- und WebSocket-Verkehr und bietet die notwendigen Tools, um Anforderungs- und Antwortdaten in Echtzeit zu analysieren und zu ändern.

Das Projekt zeichnet sich durch seine Man-in-the-Middle-Fähigkeiten aus, die eine dynamische Zertifikatsgenerierung zur Erleichterung der Entschlüsselung und Neuverschlüsselung sicherer Verkehrsströme beinhalten. Dies ermöglicht eine granulare Kontrolle über Netzwerkkommunikationen, unterstützt durch domänenbasierte Filterung, die es Nutzern ermöglicht, spezifischen Verkehr für die Inspektion gezielt auszuwählen, während andere Verbindungen unberührt bleiben.

Über die Kern-Interzeption hinaus enthält die Bibliothek Funktionen zur Sicherung der Proxy-Infrastruktur durch Client-Authentifizierung und unterstützt komplexe Netzwerktopologien durch das Verketten von Verkehr über Upstream-Proxy-Server. Die Implementierung nutzt eine asynchrone Ereignisschleife und ein Pipeline-basiertes Verarbeitungsmodell, um gleichzeitige Verbindungen und Paket-Handling zu verwalten.

Features

  • HTTP Proxies - Acts as a programmable intermediary for HTTP and HTTPS requests between clients and destination servers.
  • Custom Proxy Frameworks - Provides a foundational framework for building custom network proxies with programmable routing and request manipulation logic.
  • Man-in-the-Middle Frameworks - Intercepts and manipulates encrypted network traffic between endpoints for security analysis and protocol testing.
  • Traffic Interception and Modification - Enables real-time inspection and alteration of HTTP, HTTPS, and WebSocket request or response data.
  • Traffic Processing Pipelines - Routes network data through configurable sequences of filters to inspect and transform traffic in real time.
  • Domain Traffic Filters - Limits traffic modifications to specific domains by applying matching rules to identify which requests to process.
  • HTTP Traffic Inspection - Provides real-time monitoring and analysis of HTTP request and response headers and bodies for debugging.
  • WebSocket and TCP Messaging Gateways - Monitors and tampers with real-time WebSocket message streams to debug persistent network connections.
  • Dynamic Certificate Generators - Generates and installs root certificates on the fly to enable transparent HTTPS decryption for traffic interception.

Star-Verlauf

Star-Verlauf für monkeywie/proxyeeStar-Verlauf für monkeywie/proxyee

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Proxyee

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Proxyee.
  • alibaba/anyproxyAvatar von alibaba

    alibaba/anyproxy

    7,913Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,913
  • cyfdecyf/cowAvatar von cyfdecyf

    cyfdecyf/cow

    8,421Auf GitHub ansehen↗

    This project is a Go-based HTTP proxy server designed as a censorship circumvention tool. It functions as an upstream proxy manager and SOCKS5 tunneling gateway that routes network traffic between clients and destination servers to bypass network restrictions. The system differentiates itself through automated proxy routing, which detects unreachable websites and automatically switches traffic between direct access and a pool of parent proxies. It includes a PAC file generator to produce proxy auto-config files for browsers and integrates SSH tunneling to establish secure remote sockets. Bro

    Go
    Auf GitHub ansehen↗8,421
  • proxymanapp/proxymanAvatar von ProxymanApp

    ProxymanApp/Proxyman

    6,858Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,858
  • 3proxy/3proxyAvatar von 3proxy

    3proxy/3proxy

    5,264Auf GitHub ansehen↗

    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,

    Caccountingchttps-proxy
    Auf GitHub ansehen↗5,264
Alle 30 Alternativen zu Proxyee anzeigen→

Häufig gestellte Fragen

Was macht monkeywie/proxyee?

Proxyee ist eine Java-basierte Netzwerk-Proxy-Bibliothek, die für den Aufbau benutzerdefinierter Proxy-Server konzipiert wurde, die Verkehrs-Interzeption, Inspektion und Modifikation unterstützen. Sie fungiert als programmierbares Framework für die Handhabung von HTTP-, HTTPS- und WebSocket-Verkehr und bietet die notwendigen Tools, um Anforderungs- und Antwortdaten in Echtzeit zu analysieren und zu ändern.

Was sind die Hauptfunktionen von monkeywie/proxyee?

Die Hauptfunktionen von monkeywie/proxyee sind: HTTP Proxies, Custom Proxy Frameworks, Man-in-the-Middle Frameworks, Traffic Interception and Modification, Traffic Processing Pipelines, Domain Traffic Filters, HTTP Traffic Inspection, WebSocket and TCP Messaging Gateways.

Welche Open-Source-Alternativen gibt es zu monkeywie/proxyee?

Open-Source-Alternativen zu monkeywie/proxyee sind unter anderem: alibaba/anyproxy — AnyProxy is an HTTP/HTTPS proxy framework built on Node.js that intercepts and modifies traffic through a plugin… cyfdecyf/cow — This project is a Go-based HTTP proxy server designed as a censorship circumvention tool. It functions as an upstream… proxymanapp/proxyman — Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket… 3proxy/3proxy — 3proxy is a multi-protocol proxy server and network access control gateway. It functions as a network traffic… elazarl/goproxy — An HTTP proxy library for Go. cloudflare/pingora — Pingora is a Rust-based framework for building high-performance network services, including HTTP reverse proxies,…

Kuratierte Suchen mit Proxyee

Handverlesene Sammlungen, in denen Proxyee vorkommt.
  • Tools zur Analyse und Abfangung von Web-Traffic