awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • rofl0r/proxychains-ngrofl0r 的头像

    rofl0r/proxychains-ng

    10,483在 GitHub 上查看↗

    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
    在 GitHub 上查看↗10,483
  • hmbsbige/shadowsocksr-windowsHMBSbige 的头像

    HMBSbige/ShadowsocksR-Windows

    6,969在 GitHub 上查看↗

    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
    在 GitHub 上查看↗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

探索子标签

  • 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.