awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alibaba avatar

alibaba/anyproxy

0
View on GitHub↗
7,913 نجوم·1,203 تفرعات·JavaScript·Apache-2.0·2 مشاهداتanyproxy.io↗

Anyproxy

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 properties like URL, method, or headers. An event-driven pipeline processes requests and responses through lifecycle stages, while an in-memory store buffers intercepted messages for plugin inspection or modification.

The project covers traffic interception, request and response modification, proxy plugin development, and Node.js proxy configuration. Documentation and installation details are available through the repository.

Features

  • Node.js Proxy Servers - Provides a fully customizable HTTP/HTTPS proxy server built on Node.js with a plugin system.
  • HTTP Traffic Analysis - Captures and inspects HTTP and HTTPS requests and responses passing through a proxy for analysis or modification.
  • HTTP Proxies - Provides a configurable proxy server built on Node.js that intercepts and modifies HTTP and HTTPS traffic through a plugin system.
  • HTTP Traffic Inspection - Captures and inspects HTTP and HTTPS requests and responses passing through a proxy for analysis or modification.
  • Proxy Stacks - Provides a middleware stack that processes requests sequentially for modular traffic transformation and logging.
  • Dynamic Certificate Generators - Dynamically generates and installs root certificates to enable transparent decryption of HTTPS traffic.
  • HTTP Request and Response Modifiers - Alters the content of intercepted HTTP or HTTPS messages before they reach their destination or the client.
  • Proxy Plugin Systems - Adds custom logic to a proxy server through a plugin system to handle specific traffic patterns or transformations.
  • Request Interception Middleware - Intercepts HTTP/HTTPS traffic by routing requests through a chain of user-defined plugins for inspection or modification.
  • Event-Driven Pipelines - Processes requests and responses through an asynchronous event pipeline where plugins hook into lifecycle stages.
  • Request-Response Buffers - Buffers intercepted HTTP messages in memory to allow plugins to inspect or modify payloads before forwarding.
  • Traffic Routing Rules - Routes proxy traffic based on configurable rules matching request properties like URL, method, or headers.

سجل النجوم

مخطط تاريخ النجوم لـ alibaba/anyproxyمخطط تاريخ النجوم لـ alibaba/anyproxy

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Anyproxy

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Anyproxy.
  • avwo/whistleالصورة الرمزية لـ avwo

    avwo/whistle

    15,570عرض على GitHub↗

    Whistle is an HTTP debugging proxy that captures, inspects, and modifies traffic through a web-based management interface. It operates as a man-in-the-middle proxy, intercepting HTTP, HTTPS, HTTP/2, WebSocket, and TCP traffic between clients and servers, and provides a plugin-based architecture that extends core functionality with custom rules, UI panels, and protocol handlers at runtime. The project distinguishes itself through a combination of capabilities that go beyond basic traffic inspection. It supports server-side headless operation on Linux, allowing it to intercept traffic for appli

    JavaScriptcharlesdebugfiddler
    عرض على GitHub↗15,570
  • monkeywie/proxyeeالصورة الرمزية لـ monkeyWie

    monkeyWie/proxyee

    1,630عرض على GitHub↗

    Proxyee is a Java-based network proxy library designed for building custom proxy servers that support traffic interception, inspection, and modification. It functions as a programmable framework for handling HTTP, HTTPS, and WebSocket traffic, providing the necessary tools to analyze and alter request and response data in real time. The project distinguishes itself through its man-in-the-middle capabilities, which include dynamic certificate generation to facilitate the decryption and re-encryption of secure traffic streams. This allows for granular control over network communications, suppor

    Javahttphttpsjava
    عرض على GitHub↗1,630
  • elazarl/goproxyالصورة الرمزية لـ elazarl

    elazarl/goproxy

    6,698عرض على GitHub↗

    An HTTP proxy library for Go

    Go
    عرض على GitHub↗6,698
  • wuchangming/spy-debuggerالصورة الرمزية لـ wuchangming

    wuchangming/spy-debugger

    7,620عرض على GitHub↗

    spy-debugger is an HTTP proxy debugging tool designed for intercepting and analyzing network traffic from mobile devices, WebViews, and mobile browsers. It functions as a network packet capture tool and a remote browser inspector, allowing users to monitor HTTP and HTTPS requests wirelessly without the need for USB cables. The project distinguishes itself by using script injection to enable remote debugging. It injects JavaScript into HTTP response bodies, providing the ability to inspect HTML and CSS elements and perform live page content editing directly on the mobile screen. Additionally,

    JavaScriptdebugspy-debuggerwechat
    عرض على GitHub↗7,620
عرض جميع البدائل الـ 30 لـ Anyproxy→

الأسئلة الشائعة

ما هي وظيفة alibaba/anyproxy؟

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.

ما هي الميزات الرئيسية لـ alibaba/anyproxy؟

الميزات الرئيسية لـ alibaba/anyproxy هي: Node.js Proxy Servers, HTTP Traffic Analysis, HTTP Proxies, HTTP Traffic Inspection, Proxy Stacks, Dynamic Certificate Generators, HTTP Request and Response Modifiers, Proxy Plugin Systems.

ما هي البدائل مفتوحة المصدر لـ alibaba/anyproxy؟

تشمل البدائل مفتوحة المصدر لـ alibaba/anyproxy: avwo/whistle — Whistle is an HTTP debugging proxy that captures, inspects, and modifies traffic through a web-based management… monkeywie/proxyee — Proxyee is a Java-based network proxy library designed for building custom proxy servers that support traffic… elazarl/goproxy — An HTTP proxy library for Go. wuchangming/spy-debugger — spy-debugger is an HTTP proxy debugging tool designed for intercepting and analyzing network traffic from mobile… http-party/node-http-proxy — node-http-proxy is a Node.js HTTP proxy library used for forwarding requests to target servers. It functions as… dstotijn/hetty — Hetty is an HTTP intercepting proxy and web security research toolkit used to capture, inspect, and modify traffic…