awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
cbeuw avatar

cbeuw/Cloak

0
View on GitHub↗
4,026 stars·347 forks·Go·GPL-3.0·24 views

Cloak

Cloak is a set of censorship circumvention tools designed for secure proxy tunneling and internet traffic obfuscation. It focuses on bypassing restrictive firewalls and state surveillance by disguising proxy connections as standard web browsing.

The project utilizes HTTP fingerprint masquerading to imitate common browser signatures and routes traffic through content delivery networks to mask the identity of the origin server. To further hide the server's purpose, it includes a mechanism to redirect unauthenticated connection requests to a third-party website.

The system implements transport payload encryption and authenticated encryption ciphers to prevent inspection and tampering of data streams. It supports zero round trip authentication via key-exchange to eliminate handshake delays and uses connection multiplexing to map multiple logical connections into a single session.

Additional capabilities include network access management to control user permissions and bandwidth limits through a persistent database.

Features

  • Censorship Circumvention Tools - Provides a suite of tools designed to bypass regional network restrictions and state censorship.
  • Traffic Masking Proxies - Implements a proxy designed to disguise traffic as standard web browsing to evade censorship and detection.
  • Browser Fingerprint Masquerading - Imitates common web browser signatures to disguise proxy traffic as standard web browsing.
  • Origin Domain Masking - Hides the real server origin by routing traffic through CDN edge nodes for censorship bypass.
  • CDN Routing Gateways - Integrates CDNs as dedicated gateways to mask server identity and optimize obfuscated traffic flow.
  • Traffic Obfuscation - Masks network traffic by disguising proxy connections as standard web browsing to bypass deep packet inspection.
  • CDN-Based IP Masking - Routes connection requests through content delivery networks to mask the origin server's identity.
  • Unauthorized Traffic Redirection - Routes unauthenticated connection requests to an external website to conceal the server's true purpose as a proxy.
  • Traffic Obfuscation Suites - Combines fingerprint mimicry and relaying to make proxy traffic indistinguishable from standard web traffic.
  • Block Cipher Implementations - Provides authenticated encryption block ciphers to secure transport streams against inspection and tampering.
  • Secure Tunneling - Establishes encrypted network tunnels to protect privacy and bypass restrictive internet filters.
  • Payload Traffic Encryptions - Encrypts proxy payloads using symmetric ciphers to hide protocol fingerprints and evade network detection.
  • Transport Layer Encryption - Implements cryptographic layers to secure data in transit between clients and the proxy server.
  • Connection Multiplexing - Bundles multiple logical data streams into a single physical connection for efficient proxying.
  • Protocol Plugin Integration - Implements a plugin architecture to integrate various proxy protocols as a transport layer for tunneling tools.
  • Connection Multiplexing - Maps multiple logical communication streams into a single shared tunnel using unique identifiers.
  • Protocol-Agnostic Transport Layers - Provides a modular transport abstraction layer that supports multiple proxy protocols via plugins.
  • Zero Round Trip Authentication - Verifies client identity on the first packet using key exchange to eliminate handshake delays.
  • Network Access Control - Controls user permissions and enforces bandwidth limits for a private proxy network via a central database.
  • User Access Management - Provides centralized management of user accounts, security policies, and bandwidth allocations.
  • Zero Round Trip Authentication - Verifies client identity on the first received packet using key exchange to eliminate handshake delays.

Star history

Star history chart for cbeuw/cloakStar history chart for cbeuw/cloak

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Cloak

These projects share indexed features with Cloak. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • hiddify/confighiddify avatar

    hiddify/config

    9,066View on GitHub↗

    This project is a centralized management interface and orchestrator for deploying censorship circumvention protocols and stealth proxies. It functions as a network censorship bypass tool that routes traffic through encrypted communication protocols to avoid internet firewalls and regional blocks. The system distinguishes itself through a multi-protocol VPN manager and an automated proxy server orchestrator that handles software updates and system backups. It utilizes content delivery networks to mask origin server identities and implements encrypted DNS over HTTPS to prevent DNS poisoning and

    Python
    View on GitHub↗9,066
  • hiddify/hiddify-managerhiddify avatar

    hiddify/Hiddify-Manager

    9,060View on GitHub↗

    Hiddify-Manager is a VPN management panel and multi-protocol proxy server designed for internet censorship circumvention. It provides a central system for deploying and administering tunneling protocols to mask internet traffic and origin IP addresses. The project features a user subscription manager for distributing dynamic configuration links and a DNS privacy suite that implements DNS over HTTPS to prevent identity leaks. It integrates a CDN routing gateway to hide server locations and provides a web-based interface for managing multiple obfuscated connection methods. The platform covers

    Pythonclashclashforwindowsclashmeta
    View on GitHub↗9,060
  • masterking32/masterdnsvpnmasterking32 avatar

    masterking32/MasterDnsVPN

    6,446View on GitHub↗

    MasterDnsVPN is a DNS tunneling VPN and network censorship bypass tool that encapsulates network traffic within DNS queries to circumvent restrictive firewalls. It functions as a secure tunneling protocol and SOCKS5 proxy server, allowing local application traffic to be routed through a secure tunnel to a remote destination. The project distinguishes itself through a DNS resolver load balancer that distributes traffic across multiple resolvers based on latency and packet loss scoring. It further secures and masks traffic using symmetric payload encryption—supporting ChaCha20, AES-GCM, and XOR

    Go
    View on GitHub↗6,446
  • xtls/realityXTLS avatar

    XTLS/REALITY

    5,272View on GitHub↗

    REALITY is a censorship circumvention tool and network traffic obfuscator designed to bypass internet filters. It functions as a secure tunneling protocol that masks connection patterns and identity by mimicking the TLS handshakes of legitimate target websites. The system removes server-side TLS fingerprints to hide encrypted traffic from network monitoring tools and deep packet inspection. It employs a website mimicking proxy to present valid handshakes and forward traffic to destination servers, masquerading the connection as a legitimate site visit. The project incorporates a quantum-resi

    Gorealityvlessxray
    View on GitHub↗5,272
Compare all 30 related projects→

Frequently asked questions

What does cbeuw/cloak do?

Cloak is a set of censorship circumvention tools designed for secure proxy tunneling and internet traffic obfuscation. It focuses on bypassing restrictive firewalls and state surveillance by disguising proxy connections as standard web browsing.

What are the main features of cbeuw/cloak?

The main features of cbeuw/cloak are: Censorship Circumvention Tools, Traffic Masking Proxies, Browser Fingerprint Masquerading, Origin Domain Masking, CDN Routing Gateways, Traffic Obfuscation, CDN-Based IP Masking, Unauthorized Traffic Redirection.

Which projects share features with cbeuw/cloak?

Projects with overlapping indexed features include: hiddify/config — This project is a centralized management interface and orchestrator for deploying censorship circumvention protocols… hiddify/hiddify-manager — Hiddify-Manager is a VPN management panel and multi-protocol proxy server designed for internet censorship… xtls/reality — REALITY is a censorship circumvention tool and network traffic obfuscator designed to bypass internet filters. It… masterking32/masterdnsvpn — MasterDnsVPN is a DNS tunneling VPN and network censorship bypass tool that encapsulates network traffic within DNS… getlantern/lantern — Lantern is a network utility designed to provide access to restricted internet content by tunneling traffic through… p4gefau1t/trojan-go — Trojan-go is a network proxy implementation that uses the Trojan protocol to disguise internet traffic as standard TLS…