zen
zen copied to clipboard
Anti-TLS Fingerpring using uTLS
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.
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 Awesome suggestion!