Is it possible to make ja3 fingerprint browser request with crystal?

Hello friends!
Usually for data collection I’m using Golang and this library github project, it’s very helps to bypass Cloudflare.
Now I’m thinking if I could do this with Crystal

Thx in advance!

I’ve never heard of ja3 before this post, but it looks like an interesting concept! I don’t know of any existing shard that provides that, but would think it could be possible by monkey patching something in TCPSocket or OpenSSL (I’m also not sure if crystal implements its own Client Hello call or delegates to a dynamic library to handle it).

1 Like

I have some example => github