awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rofl0r avatar

rofl0r/proxychains-ng

0
View on GitHub↗

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.

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI
sourceforge.net/projects/proxychains-ng/files
↗

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.
10,483 stele·1,212 fork-uri·C·gpl-2.0·3 vizualizări

Istoric stele

Graficul istoricului de stele pentru rofl0r/proxychains-ngGraficul istoricului de stele pentru rofl0r/proxychains-ng

Întrebări frecvente

Ce face 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.

Care sunt principalele funcționalități ale rofl0r/proxychains-ng?

Principalele funcționalități ale rofl0r/proxychains-ng sunt: Network Interception Utilities, Proxy Chaining, SOCKS Proxies, Traffic Redirection Tools, Network Traffic Proxying, Socket Wrappers, TCP Proxies, Symbol Interception.

Care sunt câteva alternative open-source pentru rofl0r/proxychains-ng?

Alternativele open-source pentru rofl0r/proxychains-ng includ: 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…

Alternative open-source pentru Proxychains Ng

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Proxychains Ng.
  • haad/proxychainsAvatar haad

    haad/proxychains

    7,711Vezi pe 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
    Vezi pe GitHub↗7,711
  • ginuerzh/gostAvatar ginuerzh

    ginuerzh/gost

    18,019Vezi pe 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
    Vezi pe GitHub↗18,019
  • snail007/goproxyAvatar snail007

    snail007/goproxy

    16,874Vezi pe 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
    Vezi pe GitHub↗16,874
  • mitmproxy/mitmproxyAvatar mitmproxy

    mitmproxy/mitmproxy

    43,943Vezi pe 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
    Vezi pe GitHub↗43,943
  • Vezi toate cele 30 alternative pentru Proxychains Ng→