imroc / req

Simple Go HTTP client with Black Magic
https://req.cool
MIT License
4.3k stars 350 forks source link

功能请求: ja3指纹 #215

Closed Ecalose closed 1 year ago

Ecalose commented 1 year ago

在某些场景下会校验ja3指纹,不知道作者后续有无此方面的相关计划呢

imroc commented 1 year ago

最近暂时没时间研究这个,这跟tls指纹有关,思路应该就是利用 client.SetDialTLS 来自定义tls握手,一般需要结合其他库,你可以研究下

Ecalose commented 1 year ago

ok

Nyx2022 commented 1 year ago

ok

请问有研究出怎么自定义ja3吗,可以分享下吗

Ecalose commented 1 year ago

ok

请问有研究出怎么自定义ja3吗,可以分享下吗

并没,改用其他的库了

Nyx2022 commented 1 year ago

ok

请问有研究出怎么自定义ja3吗,可以分享下吗

并没,改用其他的库了

用的哪个库呢

imroc commented 1 year ago

tls指纹已支持 https://req.cool/zh/docs/tutorial/tls-fingerprinting/