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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesEncrypted Raw Sockets

Integrating encryption layers directly into raw socket communication to protect link-layer traffic.

Distinct from Secure Socket Wrappers: Applies encryption to raw link-layer packets rather than standard transport-layer socket wrappers.

Explore 1 awesome GitHub repository matching networking & communication · Encrypted Raw Sockets. Refine with filters or upvote what's useful.

Awesome Encrypted Raw Sockets GitHub Repositories

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

    wangyu-/udp2raw

    8,505عرض على GitHub↗

    udp2raw is a network tunneling tool designed to bypass firewalls and obfuscate UDP traffic. It wraps UDP packets in alternative headers and utilizes raw socket networking to move data through networks that otherwise block or throttle UDP traffic. The project distinguishes itself by simulating TCP connections, mimicking the three-way handshake and sequence numbering to trick firewalls into treating UDP streams as TCP traffic. It further stabilizes these connections through heartbeat-driven port rotation, which automatically switches ports to recover sessions after detected failures. The tool

    Sends encrypted data packets at the link level to bypass system firewalls and socket limitations.

    C++bypass-firewallfake-headerfaketcp
    عرض على GitHub↗8,505
  1. Home
  2. Networking & Communication
  3. Socket Networking
  4. Secure Socket Wrappers
  5. Encrypted Raw Sockets