kawacode
kawacode
Hey, why is this code not randomizing the ciphers or the extensions? Code: ``` uconn = utls.UClient(conn, config, utls.HelloRandomizedALPN) ```
``` package cipher import ( "bufio" "github.com/refraction-networking/utls" "net" "net/http" ) func get(addr string) (*http.Response, error) { req, err := http.NewRequest("GET", addr, nil) if err != nil { return nil, err...
Hey, ApplicationSettingsExtension is needed! https://github.com/Noooste/utls supports it, so you could maybe take a look. Thx
Hey, is there a way in Utls to add PSK/pre_shared_key/extensionPreSharedKey, all i can find in utls is that somewhere you guys say: TODO: wait for someone who cares about PSK...
CycleTLS doesn't request to any site with any valid JA3 I dont know the issue but the error is in extension number 34. JA3 used: **771,4865-4867-4866-49195-49199-52393-52392-49196-49200-49162-49161-49171-49172-156-157-47-53-10,0-23-65281-10-11-16-5-34-51-43-13-45-28-41,29-23-24-25-256-257,0** Edit: the errors, that...
### Version of the software 0.2.4 ### Operating system Windows 11 ### Browser / Native 91 ### What happened? {"operationName":null,"variables":{"email":"[email protected]","password":"xxxxerdam14!"},"query":"mutation loginProfileUser($email: String!, $password: String!) { __typename loginProfileUser(email: $email, password: $password)...