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
·

3 Repos

Awesome GitHub RepositoriesHeader Obfuscation

Techniques for encrypting packet headers to prevent traffic analysis and participant correlation.

Distinct from Traffic Obfuscation: Distinct from Traffic Obfuscation: focuses on metadata/header encryption specifically rather than general network masking.

Explore 3 awesome GitHub repositories matching networking & communication · Header Obfuscation. Refine with filters or upvote what's useful.

Awesome Header Obfuscation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • signalapp/signal-desktopAvatar von signalapp

    signalapp/Signal-Desktop

    16,376Auf GitHub ansehen↗

    Signal-Desktop is a cross-platform messaging application that provides end-to-end encrypted communication. It implements the Signal Protocol to secure messages and voice calls, ensuring that only intended recipients can access content. The application manages asynchronous key exchange and session initialization to maintain secure communication channels between parties who are not online simultaneously. The project distinguishes itself through advanced cryptographic protections, including hybrid post-quantum security that combines classical elliptic curve cryptography with lattice-based algori

    Protects message metadata by encrypting packet headers with rotating keys to prevent traffic analysis.

    TypeScript
    Auf GitHub ansehen↗16,376
  • bia-pain-bache/bpb-worker-panelAvatar von bia-pain-bache

    bia-pain-bache/BPB-Worker-Panel

    11,997Auf GitHub ansehen↗

    BPB-Worker-Panel is a control panel designed for deploying and managing VLESS and Trojan proxies hosted on Cloudflare Workers. It functions as a proxy subscription generator and a manager for secure DNS over HTTPS servers and WireGuard configuration provisioning. The project distinguishes itself through network traffic obfuscation capabilities, utilizing packet fragmentation and SNI spoofing to evade detection. It provides specialized administration for Cloudflare Warp and Warp Pro connections, including the ability to optimize endpoints and export WireGuard configurations. The system covers

    Uses Encrypted Client Hello to mask the server name indication and bypass firewalls.

    TypeScriptamneziaandroidchain
    Auf GitHub ansehen↗11,997
  • t3l3machus/hoaxshellAvatar von t3l3machus

    t3l3machus/hoaxshell

    3,421Auf GitHub ansehen↗

    Hoaxshell is a command and control system for Windows remote command execution. It provides a framework for generating and managing reverse shell payloads that utilize an HTTP beaconing protocol, where victim clients periodically poll a handler to receive and execute instructions. The project distinguishes itself through its ability to bypass PowerShell Constrained Language Mode using specialized payload generation. It supports encrypted command and control via TLS certificate injection and provides mechanisms for remote session recovery, allowing a handler to reestablish control over active

    Disguises session traffic by using custom HTTP header names to bypass antivirus traffic analysis.

    Pythonhackingopen-sourcepenetration-testing
    Auf GitHub ansehen↗3,421
  1. Home
  2. Networking & Communication
  3. Traffic Obfuscation
  4. Header Obfuscation

Unter-Tags erkunden

  • SNI EncryptionEncryption of the Server Name Indication field to prevent eavesdropping on the destination hostname. **Distinct from Header Obfuscation:** Distinct from general header obfuscation: specifically implements Encrypted Client Hello (ECH) for TLS handshakes.