cclient
cclient copied to clipboard
Drop in HTTP client that allows for spoofing TLS fingerprint with uTLS and adds support for proxying TLS connections.
Results
1
cclient issues
Sort by
recently updated
recently updated
newest added
Hello, I am passing in a proxy to the new client function as shown `client, err := cclient.NewClient(tls.HelloChrome_Auto, "https://username:[email protected]:443/")` using my own proxy that I know works. I am getting...