Closed aj3423 closed 2 years ago
Using a proxy will encapsulate the source TLS ClientHello and use the proxy's ClientHello, so your JA3 fingerprint will change if you're using a proxy at all. If you need to change the fingerprint, you'll need to change the fingerprint on the proxy, not the client.
I'm trying to connect through socks5 proxy, I found another thread about how to use https proxy, I tried with socks5:
ja3_transport.Proxy = http.ProxyURL(u)
, the proxy works but the ja3 config doesn't work, I captured the packets in Wireshark, it's not the value I set, it's the default value from Golang.Is it possible to use both?