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
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • wangyu-/udp2rawAvatar von wangyu-

    wangyu-/udp2raw

    8,505Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,505
  1. Home
  2. Networking & Communication
  3. Socket Networking
  4. Secure Socket Wrappers
  5. Encrypted Raw Sockets