Go utl Projects
-
Xray-core
Xray, Penetrates Everything. Also the best v2ray-core. Where the magic happens. An open platform for various uses.
Project mention: How VLESS Reality Made VPNs Unblockable by Pretending to Be Google | dev.to | 2026-05-04A developer who goes by RPRX on GitHub released a thing called Reality as part of the Xray-core project. And what it does is, instead of trying to look-like-Google in a clever statistical way, it just establishes a real TLS connection to real google.com.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
httpcloak
Go HTTP client with browser-identical TLS/HTTP2 fingerprinting. Bypass bot detection by perfectly mimicking Chrome, Firefox, and Safari at the cryptographic level (JA3/JA4, Akamai fingerprint, header order). Supports HTTP/1.1, HTTP/2, HTTP/3, sessions, cookies, and proxies.
Project mention: Understanding TLS Fingerprinting and Building Browser-Identical HTTP Clients in Go | dev.to | 2025-12-28The library is available at github.com/sardanioss/httpcloak under the MIT license. Documentation includes implementation details for those interested in the technical approach, along with usage examples for common scenarios.