You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
以下结果是在Xray 25.9.11版本测定
方法1
go run main.go -fingerprint chrome
返回结果ja4是“t13d1516h2_8daaf6152771_923f26044972”,进行hash后六位大概是
09a7c5
在答案里找不到。方法2: 网上找了一个配置wireshark抓包解决
网上找的配置是根据discussion: #4951
<SOME_SERVER_IP> 替换成了我的服务器,但是我的服务器未安装xray,我理解只是抓个握手包问题不大。
xray的fingerprint根据代码
Xray-core/transport/internet/tls/tls.go
Line 252 in 5148c57
用ip.dst == <SOME_SERVER_IP> 做filter。找到Client Hello握手包,找到TLS的packet,确认SNI是baidu.com,由于我的服务器不是百度的所以这个SNI肯定是xray发出的包。
JA4 value为:t13d1516h2_8daaf6152771_02713d6af862
echo "t13d1516h2_8daaf6152771_02713d6af862" | sha384sum
后六位是
510f34
,答案里也没有。Beta Was this translation helpful? Give feedback.
All reactions