# haad/proxychains

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/haad-proxychains).**

7,711 stars · 675 forks · C · gpl-2.0

## Links

- GitHub: https://github.com/haad/proxychains
- Homepage: http://proxychains.sourceforge.net/
- awesome-repositories: https://awesome-repositories.com/repository/haad-proxychains.md

## Description

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.

## Tags

### Networking & Communication

- [Proxy Chaining](https://awesome-repositories.com/f/networking-communication/proxy-protocols/proxy-chaining.md) — Routes TCP network traffic through a nested sequence of multiple SOCKS or HTTP proxy nodes.
- [Network Traffic Routing](https://awesome-repositories.com/f/networking-communication/network-traffic-routing.md) — Routes application data through a sequence of proxies to bypass restrictive firewalls and filters.
- [SOCKS Proxies](https://awesome-repositories.com/f/networking-communication/socks-proxies.md) — Provides SOCKS proxying capabilities to route network packets between clients and servers through a chain.
- [TCP Proxies](https://awesome-repositories.com/f/networking-communication/tcp-proxies.md) — Intercepts and forwards raw TCP traffic streams into a specified chain of proxy servers.
- [Traffic Redirection Tools](https://awesome-repositories.com/f/networking-communication/traffic-redirection-tools.md) — Forces outgoing TCP connections into SOCKS or HTTP proxies at the packet level. ([source](https://cdn.jsdelivr.net/gh/haad/proxychains@master/README.md))
- [Proxy-Tunnelled Resolution](https://awesome-repositories.com/f/networking-communication/dns-resolution/proxy-tunnelled-resolution.md) — Performs domain name lookups through an established proxy connection to prevent local information leakage. ([source](https://cdn.jsdelivr.net/gh/haad/proxychains@master/README.md))
- [DNS Leak Protection](https://awesome-repositories.com/f/networking-communication/mail-servers/dns-routing-configurations/anonymized-dns-routing/dns-leak-protection.md) — Prevents DNS leaks by performing domain name resolution through a remote proxy.
- [Protocol-Transparent Forwarding](https://awesome-repositories.com/f/networking-communication/protocol-transparent-forwarding.md) — Forwards raw byte streams between applications and proxy chains without modifying the original payload.
- [Proxy Orchestrators](https://awesome-repositories.com/f/networking-communication/proxy-orchestrators.md) — Orchestrates the specific ordering patterns of multiple proxies to secure network paths.

### Operating Systems & Systems Programming

- [Symbol Interposition](https://awesome-repositories.com/f/operating-systems-systems-programming/symbol-interposition.md) — Intercepts standard C library network calls by preloading a custom shared library to redirect traffic.
- [System Call Interposition](https://awesome-repositories.com/f/operating-systems-systems-programming/system-call-interposition.md) — Redirects TCP connection requests by overriding the connect system call.

### Security & Cryptography

- [Anonymization Proxies](https://awesome-repositories.com/f/security-cryptography/anonymization-proxies.md) — Creates a chain of proxy servers to mask the user's origin and enhance TCP connection privacy.
