awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
rofl0r avatar

rofl0r/proxychains-ng

0
View on GitHub↗
10,483 stars·1,212 forks·C·gpl-2.0·13 viewssourceforge.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 history

Star history chart for rofl0r/proxychains-ngStar history chart for rofl0r/proxychains-ng

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Proxychains Ng

Similar open-source projects, ranked by how many features they share with Proxychains Ng.
  • haad/proxychainshaad avatar

    haad/proxychains

    7,711View on 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
    View on GitHub↗7,711
  • ginuerzh/gostginuerzh avatar

    ginuerzh/gost

    18,019View on 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
    View on GitHub↗18,019
  • snail007/goproxysnail007 avatar

    snail007/goproxy

    16,874View on 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
    View on GitHub↗16,874
  • mitmproxy/mitmproxymitmproxy avatar

    mitmproxy/mitmproxy

    43,943View on 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
    View on GitHub↗43,943
See all 30 alternatives to Proxychains Ng→

Frequently asked questions

What does rofl0r/proxychains-ng do?

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.

What are the main features of rofl0r/proxychains-ng?

The main features of rofl0r/proxychains-ng are: Network Interception Utilities, Proxy Chaining, SOCKS Proxies, Traffic Redirection Tools, Network Traffic Proxying, Socket Wrappers, TCP Proxies, Symbol Interception.

What are some open-source alternatives to rofl0r/proxychains-ng?

Open-source alternatives to rofl0r/proxychains-ng include: 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…