azuretls-client icon indicating copy to clipboard operation
azuretls-client copied to clipboard

An easy-to-use HTTP client 100% in Go to spoof TLS/JA3 and HTTP2 fingerprint

Results 3 azuretls-client issues
Sort by recently updated
recently updated
newest added

Any way to set the TLS Settings differently in a session, for example ciphers

` session := azuretls.NewSession() session.OrderedHeaders = azuretls.OrderedHeaders{ {"Host", "www.recaptcha.net"}, {"Cookie", "_GRECAPTCHA=09APYnBZW-l9Y2FzQhqckkz48sV0KCb168F2Ui2C7RQDdp0bVHBXasvr3JApm1UhSZ2bedJK_HSJDiLTcS5FdEvOw"}, //{"Content-Length", "7474"}, {"Sec-Ch-Ua", "\"Chromium\";v=\"117\", \"Not;A=Brand\";v=\"8\""}, {"Sec-Ch-Ua-Platform", "\"Linux\""}, {"Sec-Ch-Ua-Mobile", "?0"}, {"User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like...

If I send more than one request using a session, I get an "unexpected EOF" error. When I tried it on other sites, I didn't encounter it much, but "https://tls.peet.ws/api/all"...