2 مستودعات
POSIX-compliant utilities that redirect network traffic and DNS lookups through proxies without application modification.
Distinct from POSIX Interfaces: Distinct from POSIX Interfaces: focuses on the utility application that leverages POSIX interfaces for interception, rather than the interface definition itself.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Network Interception Utilities. Refine with filters or upvote what's useful.
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
Redirects network traffic and DNS lookups through proxies on POSIX-compliant systems without modifying target application source code.
ShadowsocksR-Windows is a proxy client for Windows designed to route network traffic through ShadowsocksR proxy servers. It functions as a network proxy that establishes secure tunnels to bypass internet censorship and regional restrictions. The application manages system-wide network routing and provides SOCKS5 proxy client capabilities to hide origin IP addresses. It redirects local traffic through a remote server to maintain internet privacy and circumvent network-level blocks. The project incorporates traffic interception and encapsulation through a user-mode network wrapper and TAP-base
Utilizes TAP-based network interception to capture outgoing packets at the kernel level for redirection.