zen icon indicating copy to clipboard operation
zen copied to clipboard

Anti-TLS Fingerpring using uTLS

Open GunGunGun opened this issue 1 month ago • 2 comments
trafficstars

Description

TLS Fingerprint is very popular nowadays as almost every website is using Cloudflare, and Cloudflare hates MITM proxies and automatically forces them to do challenge/captcha.

But Zen is using Go, and Go has so many options to bypass TLS Fingerprint such as uTLS, by changing the http client core to uTLS you can forget about TLS Fingerprint pretty much forever.

GunGunGun avatar Oct 17 '25 00:10 GunGunGun

Attached some related threads: https://github.com/Barre/privaxy/issues/63 https://github.com/lexiforest/curl_cffi/issues/529 https://github.com/openssl/openssl/issues/19220

Solutions: https://github.com/refraction-networking/utls https://github.com/saucesteals/utlsproxy https://github.com/rosahaj/tlsproxy https://github.com/fedosgad/mirror_proxy

GunGunGun avatar Oct 17 '25 00:10 GunGunGun

@GunGunGun Awesome suggestion!

anfragment avatar Oct 24 '25 14:10 anfragment