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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesNetwork Interception Utilities

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.

Awesome Network Interception Utilities GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • rofl0r/proxychains-ngAvatar von rofl0r

    rofl0r/proxychains-ng

    10,483Auf GitHub ansehen↗

    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.

    Chackhookhttp
    Auf GitHub ansehen↗10,483
  • hmbsbige/shadowsocksr-windowsAvatar von HMBSbige

    HMBSbige/ShadowsocksR-Windows

    6,969Auf GitHub ansehen↗

    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.

    C#net6net60shadowsocksr
    Auf GitHub ansehen↗6,969
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Operating System Kernels
  5. POSIX Interfaces
  6. Network Interception Utilities

Unter-Tags erkunden

  • TAP-Based InterceptionNetwork interception using virtual network adapter interfaces to capture packets at the kernel level. **Distinct from Network Interception Utilities:** Specific to TAP-based virtual adapters rather than general POSIX utilities or process-level hooks.