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

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

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

haad/proxychains

0
View on GitHub↗
7,711 星标·675 分支·C·gpl-2.0·8 次浏览proxychains.sourceforge.net↗

Proxychains

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 intermediaries.

The project provides capabilities for anonymous network tunneling, network traffic routing, and secure proxy chaining to mask origin addresses and bypass restrictive network filters.

Features

  • Proxy Chaining - Routes TCP network traffic through a nested sequence of multiple SOCKS or HTTP proxy nodes.
  • Network Traffic Routing - Routes application data through a sequence of proxies to bypass restrictive firewalls and filters.
  • SOCKS Proxies - Provides SOCKS proxying capabilities to route network packets between clients and servers through a chain.
  • TCP Proxies - Intercepts and forwards raw TCP traffic streams into a specified chain of proxy servers.
  • Traffic Redirection Tools - Forces outgoing TCP connections into SOCKS or HTTP proxies at the packet level.
  • Symbol Interposition - Intercepts standard C library network calls by preloading a custom shared library to redirect traffic.
  • System Call Interposition - Redirects TCP connection requests by overriding the connect system call.
  • Anonymization Proxies - Creates a chain of proxy servers to mask the user's origin and enhance TCP connection privacy.
  • Proxy-Tunnelled Resolution - Performs domain name lookups through an established proxy connection to prevent local information leakage.
  • DNS Leak Protection - Prevents DNS leaks by performing domain name resolution through a remote proxy.
  • Protocol-Transparent Forwarding - Forwards raw byte streams between applications and proxy chains without modifying the original payload.
  • Proxy Orchestrators - Orchestrates the specific ordering patterns of multiple proxies to secure network paths.
  • Network Security and Proxies - Forces application TCP connections through various proxy types.
  • Network Tunneling and Proxying - Tool for forcing network connections through proxies.

Star 历史

haad/proxychains 的 Star 历史图表haad/proxychains 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

常见问题解答

haad/proxychains 是做什么的?

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.

haad/proxychains 的主要功能有哪些?

haad/proxychains 的主要功能包括:Proxy Chaining, Network Traffic Routing, SOCKS Proxies, TCP Proxies, Traffic Redirection Tools, Symbol Interposition, System Call Interposition, Anonymization Proxies。

haad/proxychains 有哪些开源替代品?

haad/proxychains 的开源替代品包括: ginuerzh/gost — gost is a multi-protocol proxy tunnel and secure tunneling server designed to route network traffic through encrypted… rofl0r/proxychains-ng — Proxychains-ng is a utility for POSIX-compliant systems that redirects network traffic and domain name lookups through… mitmproxy/mitmproxy — Mitmproxy is an interactive, programmable network proxy engine designed for traffic analysis and protocol… simplex-chat/simplex-chat — This project is a decentralized, privacy-focused messaging platform designed to eliminate reliance on central servers… linkerd/linkerd2 — This project is a service mesh platform designed to manage, secure, and observe service-to-service communication… 3proxy/3proxy — 3proxy is a multi-protocol proxy server and network access control gateway. It functions as a network traffic…

Proxychains 的开源替代方案

相似的开源项目,按与 Proxychains 的功能重合度排序。
  • 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
  • rofl0r/proxychains-ngrofl0r 的头像

    rofl0r/proxychains-ng

    10,483在 GitHub 上查看↗

    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, r

    Chackhookhttp
    在 GitHub 上查看↗10,483
  • 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
  • simplex-chat/simplex-chatsimplex-chat 的头像

    simplex-chat/simplex-chat

    10,474在 GitHub 上查看↗

    This project is a decentralized, privacy-focused messaging platform designed to eliminate reliance on central servers and persistent user identifiers. By utilizing a metadata-minimizing protocol, it ensures that all communication remains end-to-end encrypted and that user identities are stored exclusively on the local device. The architecture relies on relay-based message routing and identity-free network addressing to maintain data sovereignty and prevent the correlation of user activity. What distinguishes this platform is its commitment to traffic isolation and anonymity. Each conversation

    Haskellchatdouble-ratchete2ee
    在 GitHub 上查看↗10,474
查看 Proxychains 的所有 30 个替代方案→