fedosgad

Results 9 comments of fedosgad

That's exactly like @LicketySpliket says - it always appears at the end of the ciphersuites' list, even if I comment it out in map (i.e. it's not copied from client...

Talking about fingerprinting, there's also Cloudflare's MALCOLM (https://github.com/cloudflare/mitmengine & https://malcolm.cloudflare.com/) which, as I get it, uses technique other than JA3 Anyway, I can say from my experience that ciphersuite list...

Hello! I've encountered different error with the same root cause. In my case, error was `bad record MAC` (I'm using utls as a grpc TLS layer), and it only happened...

That's great! Feel free to ping me if there are any questions.

A small bug (maybe): When "Flow Details" view is opened, flow shortcut "m" is listed as "Mark"/"Unmark" (which is how this key behaves in "Flows" view), but works actually as...

Closing this PR because: 1. I don't see a way to make OpenSSL fully mimic some given fingerprint. 2. I don't want this old PR to consume developers' time. 3....

AFAIK, @mhils (author of [mitmproxy](https://github.com/mitmproxy/mitmproxy/)) has looked for Rust analog of utls around time of mitmproxy v8 release. Maybe he knows something useful about such libraries?

> But yeah - I expect mitmproxy to be easily fingerprintable right now. I'd be happy to fix that eventually, but I'm prioritizing paid work at the moment. :) I...

Hello! I have a need to configure TLS ciphersuites and extensions (including TLS 1.3) to match those of a client application (the one using proxy). I have a little experience...