awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rofl0r avatar

rofl0r/proxychains-ng

0
View on GitHub↗
10,483 星标·1,212 分支·C·gpl-2.0·3 次浏览sourceforge.net/projects/proxychains-ng/files↗

Proxychains Ng

Proxychains-ng is a utility for POSIX-compliant systems that redirects network traffic and domain name lookups through proxy chains. It functions by intercepting system calls and forcing outgoing TCP connections through a sequence of SOCKS4, SOCKS5, or HTTP proxies without requiring modifications to the target application source code.

The tool distinguishes itself by utilizing dynamic library preloading to override standard network functions, allowing it to wrap socket-level traffic and route it through multiple intermediate servers. It supports various routing strategies, including strict, random, and dynamic paths, and automatically manages connection reliability by excluding unresponsive servers from the chain.

Beyond basic traffic redirection, the software provides integrated DNS resolution through the proxy tunnel. This capability prevents local network information leakage by ensuring that domain name lookups are performed through the established proxy connection rather than the local network.

Features

  • Network Interception Utilities - Redirects network traffic and DNS lookups through proxies on POSIX-compliant systems without modifying target application source code.
  • Proxy Chaining - Routes network traffic through multiple sequential proxy nodes to enhance connectivity or privacy.
  • SOCKS Proxies - Forces TCP connections from any application through SOCKS or HTTP proxies by intercepting system calls.
  • Traffic Redirection Tools - Forces application TCP connections through proxy servers without requiring modifications to the original program source code.
  • Network Traffic Proxying - Routes outgoing network traffic through a sequence of multiple proxy servers to anonymize connections.
  • Socket Wrappers - Wraps standard network file descriptors with custom logic to tunnel raw TCP streams through configured proxy protocols.
  • TCP Proxies - Intercepts standard system library calls to force outgoing TCP traffic through configured proxy servers.
  • Symbol Interception - Overrides standard network functions by replacing symbols in the procedure linkage table to redirect traffic through a proxy chain.
  • Preloading Mechanisms - Injects custom code into running processes by forcing the dynamic linker to load a shared library before standard system dependencies.
  • Proxy Pools - Tool for forcing command-line applications through proxy servers.
  • DNS Resolution - Performs domain name lookups through an established proxy connection to prevent information leaks.
  • Proxy-Tunnelled Resolution - Intercepts domain name lookup requests and forwards them through the proxy tunnel to prevent local network information leakage.
  • Access Bypass Tools - Circumvents regional internet restrictions by tunneling application traffic through remote gateways.
  • Proxy Routing Strategies - Provides multiple routing strategies and automatically manages connection reliability by excluding unresponsive servers.
  • Cross-Site Leak Prevention - Prevents DNS queries from revealing actual network location by routing them through a proxy connection.

Star 历史

rofl0r/proxychains-ng 的 Star 历史图表rofl0r/proxychains-ng 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Proxychains Ng 的开源替代方案

相似的开源项目,按与 Proxychains Ng 的功能重合度排序。
  • haad/proxychainshaad 的头像

    haad/proxychains

    7,711在 GitHub 上查看↗

    Proxychains is a SOCKS proxy chain tool and TCP traffic redirector that forces outgoing network connections from applications into a specified sequence of proxy servers. It functions as a proxy sequence orchestrator, routing TCP network traffic through multiple SOCKS or HTTP proxies to anonymize network paths and bypass firewalls. The tool includes a remote DNS resolver that performs domain name resolution through a remote proxy to prevent DNS leaks and hide queries. This ensures that network traffic from applications that are not proxy-aware is redirected through the configured intermediarie

    C
    在 GitHub 上查看↗7,711
  • ginuerzh/gostginuerzh 的头像

    ginuerzh/gost

    18,019在 GitHub 上查看↗

    gost is a multi-protocol proxy tunnel and secure tunneling server designed to route network traffic through encrypted connections. It functions as a traffic obfuscation gateway and a transparent proxy server capable of intercepting TCP and UDP traffic at the IP level. The project also includes a virtual network interface manager for creating TUN and TAP devices to intercept operating system packets. The system distinguishes itself through a chain-based request routing model, allowing traffic to pass through an ordered sequence of proxy nodes. It provides extensive transport-layer encapsulatio

    Godnsgogolang
    在 GitHub 上查看↗18,019
  • snail007/goproxysnail007 的头像

    snail007/goproxy

    16,874在 GitHub 上查看↗

    This project is a multi-protocol proxy server and network tunneling tool designed to manage traffic across heterogeneous infrastructure. It functions as a traffic management gateway, providing the core infrastructure to route, filter, and secure network connections through a unified interface. The software distinguishes itself through its support for cascading proxy chaining and dynamic upstream load balancing, which allow for the creation of complex, multi-hop network paths. It provides granular control over traffic flow by normalizing diverse protocols, enabling transparent port forwarding,

    Godns-proxyencryption-proxyhttp
    在 GitHub 上查看↗16,874
  • mitmproxy/mitmproxymitmproxy 的头像

    mitmproxy/mitmproxy

    43,943在 GitHub 上查看↗

    Mitmproxy is an interactive, programmable network proxy engine designed for traffic analysis and protocol manipulation. It functions as a gateway that intercepts, inspects, and modifies network traffic in real-time, supporting HTTP, HTTPS, WebSocket, DNS, and generic TCP or UDP streams. By acting as a trusted certificate authority, the proxy can dynamically generate and sign certificates to decrypt and analyze secure TLS-encrypted connections. The project distinguishes itself through a highly extensible, event-driven architecture that allows users to automate traffic transformation using cust

    Pythondebugginghttphttp2
    在 GitHub 上查看↗43,943
查看 Proxychains Ng 的所有 30 个替代方案→

常见问题解答

rofl0r/proxychains-ng 是做什么的?

Proxychains-ng is a utility for POSIX-compliant systems that redirects network traffic and domain name lookups through proxy chains. It functions by intercepting system calls and forcing outgoing TCP connections through a sequence of SOCKS4, SOCKS5, or HTTP proxies without requiring modifications to the target application source code.

rofl0r/proxychains-ng 的主要功能有哪些?

rofl0r/proxychains-ng 的主要功能包括:Network Interception Utilities, Proxy Chaining, SOCKS Proxies, Traffic Redirection Tools, Network Traffic Proxying, Socket Wrappers, TCP Proxies, Symbol Interception。

rofl0r/proxychains-ng 有哪些开源替代品?

rofl0r/proxychains-ng 的开源替代品包括: haad/proxychains — Proxychains is a SOCKS proxy chain tool and TCP traffic redirector that forces outgoing network connections from… ginuerzh/gost — gost is a multi-protocol proxy tunnel and secure tunneling server designed to route network traffic through encrypted… snail007/goproxy — This project is a multi-protocol proxy server and network tunneling tool designed to manage traffic across… mitmproxy/mitmproxy — Mitmproxy is an interactive, programmable network proxy engine designed for traffic analysis and protocol… bol-van/zapret — Zapret is a deep packet inspection bypass tool and packet manipulation framework designed to circumvent network… matsuridayo/nekoboxforandroid — NekoBoxForAndroid is a network utility for Android that functions as a system-wide VPN tunneling client. It leverages…