Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 100 words in the discussion.

Trending Topics

#https#github#com#curl#exactly#bunch#impersonate#fingerprint#particular#lylemi

Discussion (4 Comments)Read Original on HackerNews

Retr0id18 minutes ago
I like to use https://github.com/LyleMi/ja3proxy which does exactly the same thing and was first written in the pre-vibe era.
psanfordabout 1 hour ago
There are a bunch of these tools out there. I like curl-impersonate[0] as a quick way to make curl fingerprint as chrome or firefox. There's also CylceTLS[1] for a more programmatic approach.

[0]: https://github.com/lwthiker/curl-impersonate

[1]: https://github.com/Danny-Dasilva/CycleTLS

Retr0id8 minutes ago
Proxying in particular is handy.

Often I set up a bunch of automation for a particular service, and then they "upgrade" their security to enforce fingerprint checking, and adding in a proxy is just a config change to my existing tooling.

ytkoka3 minutes ago
Thanks — that's exactly the use case this was built for. Good to hear it fits into that workflow naturally.