Noooste / azuretls-client

An easy-to-use HTTP client 100% in Go to spoof TLS/JA3 and HTTP2 fingerprint
MIT License
162 stars 21 forks source link

Index out of range in profiles.go #102

Closed byMonaco closed 2 months ago

byMonaco commented 2 months ago

IMG_8712

Noooste commented 2 months ago

Thank you for reporting this problem. Is there any way to reproduce this behavior?

byMonaco commented 2 months ago

Thank you for reporting this problem. Is there any way to reproduce this behavior?

I just using session.GetClientHelloSpec = azuretls.GetLastChromeVersion

And 1-2 from 1kk requests get this error. I think it randomly. Maybe problem in rdn.Shuffle method in profiles.go (line 70)

thank you for answer!