awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • rofl0r/proxychains-ngالصورة الرمزية لـ rofl0r

    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-windowsالصورة الرمزية لـ HMBSbige

    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.