Help
RSS
API
Feed
Maltego
Contact
Domain > billowing-bird-140f.liuxiaoke120509.workers.dev
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-02-01
172.67.166.66
(
ClassC
)
2025-09-22
104.21.58.238
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Mon, 22 Sep 2025 12:32:31 GMTContent-Type: text/htmlContent-Length: 6787Connection: keep-aliveVary: accept-encodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?s3559NoF7CSryS53s0oXcZWm%2FLjhr7Ra%2FU891P9298yoSOrgkmfeYJnldmXwUMBhM0cWyZ81KsDLkn4E572B5u0nysdMTe6rsjxObi2MX6jKHww%2F1QrIIDFNBUdv7bu5%2BYmMPHPn%2BuLNSTzWvucux}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflareCF-RAY: 9831d3558b181d57-PDXalt-svc: h3:443; ma86400 !DOCTYPE html> html langzh-CN> head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>点击小球游戏/title> style> body { margin: 0; text-align: center; font-family: Arial, sans-serif; } .ball { width: 50px; height: 50px; background: yellow; border-radius: 50%; position: absolute; cursor: pointer; } #startScreen, #gameOver, #leaderboard { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); color: white; text-align: center; padding-top: 20%; display: none; } #leaderboard ul { list-style: none; padding: 0; color: white; } /style> /head> body> h1>点击小球游戏/h1> p idscore>得分:0/p > p idtimer>剩余时间:30s/p > div idstartScreen> h2>点击小球挑战/h2> button onclickstartGame()>开始游戏/button> button onclickfetchLeaderboard()>查看排行榜/button> /div> div idgameOver> p>游戏结束!/p > p idfinalScore>/p > input typetext idplayerName placeholder输入你的名字> button onclicksubmitScore()>提交分数/button> button onclickrestartGame()>重新开始/button> /div> div idleaderboard> h2>排行榜/h2> ul idleaderboardList>/ul> button onclickcloseLeaderboard()>关闭/button> /div> script> let score 0, timeLeft 30, gameRunning false, currentBall null, ballTimeout null; function createBall() { if (!gameRunning) return; if (currentBall) { clearTimeout(ballTimeout); currentBall.remove(); } let ball document.createElement(div); ball.classList.add(ball); document.body.appendChild(ball); currentBall ball; ball.style.left Math.random() * (window.innerWidth - 50) + px; ball.style.top Math.random() * (window.innerHeight - 50) + px; ball.addEventListener(click, () > { if (!gameRunning) return; score++; document.getElementById(score).textContent 得分: + score; clearTimeout(ballTimeout); createBall(); }); ballTimeout setTimeout(() > { if (gameRunning) createBall(); }, 3000); } function startGame() { document.getElementById(startScreen).style.display none; gameRunning true; score 0; timeLeft 30; document.getElementById(score).textContent 得分:0; document.getElementById(timer).textContent 剩余时间:30s; createBall(); startTimer(); } function startTimer() { let timerDisplay document.getElementById(timer); let countdown setInterval(() > { if (!gameRunning) { clearInterval(countdown); return; } timeLeft--; timerDisplay.textContent 剩余时间: + timeLeft + s; if (timeLeft 0) { clearInterval(countdown); gameOver(); } }, 1000); } function gameOver() { gameRunning false; document.getElementById(gameOver).style.display block; document.getElementById(finalScore).textContent 你的最终得分: + score; if (currentBall) currentBall.remove(); } function restartGame() { document.getElementById(gameOver).style.display none; startGame(); } async function submitScore() { let name document.getElementById(playerName).value.trim(); if (!name) { alert(请输入你的名字!); return; } let response await fetch(/submit-score, { method: POST, headers: { Content-Type: application/json }, body: JSON.stringify({ name, score }) }); if (response.ok) { alert(分数提交成功!); fetchLeaderboard(); } else { alert(分数低于最低排名,不会更新。); } } async function fetchLeaderboard() { let response await fetch(/get-leaderboard); let leaderboard await response.json(); let list document.getElementById(leaderboardList); list.innerHTML ; leaderboard.forEach((entry, index) > { let li document.createElement(li); li.textContent `${index + 1}. ${entry.name} - ${entry.score} 分`; list.appendChild(li); }); document.getElementById(leaderboard).style.display block; } function closeLeaderboard() { document.getElementById(leaderboard).style.display none; } window.onload function () { document.getElementById(startScreen).style.display block; }; /script> /body> /html>
Port 443
HTTP/1.1 200 OKDate: Mon, 22 Sep 2025 12:32:31 GMTContent-Type: text/htmlContent-Length: 6787Connection: keep-aliveVary: accept-encodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sQ3XFjzGYcPwGDMrVzlMyz%2FkH%2B6%2F7xQpnyUBmePGJ0f6kUldUwPobgHQR4%2FOy0WMK1h%2BuI9afCvl699k3X6hsmbU3ArRUtXwqfWCC6TcsQ%2Fg12WRzP49BRrhhfYUpXrK2ZJ4M0vAJ6u1Hl%2BNpjQ%3D%3D}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflareCF-RAY: 9831d3576bffef14-PDXalt-svc: h3:443; ma86400 !DOCTYPE html> html langzh-CN> head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>点击小球游戏/title> style> body { margin: 0; text-align: center; font-family: Arial, sans-serif; } .ball { width: 50px; height: 50px; background: yellow; border-radius: 50%; position: absolute; cursor: pointer; } #startScreen, #gameOver, #leaderboard { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); color: white; text-align: center; padding-top: 20%; display: none; } #leaderboard ul { list-style: none; padding: 0; color: white; } /style> /head> body> h1>点击小球游戏/h1> p idscore>得分:0/p > p idtimer>剩余时间:30s/p > div idstartScreen> h2>点击小球挑战/h2> button onclickstartGame()>开始游戏/button> button onclickfetchLeaderboard()>查看排行榜/button> /div> div idgameOver> p>游戏结束!/p > p idfinalScore>/p > input typetext idplayerName placeholder输入你的名字> button onclicksubmitScore()>提交分数/button> button onclickrestartGame()>重新开始/button> /div> div idleaderboard> h2>排行榜/h2> ul idleaderboardList>/ul> button onclickcloseLeaderboard()>关闭/button> /div> script> let score 0, timeLeft 30, gameRunning false, currentBall null, ballTimeout null; function createBall() { if (!gameRunning) return; if (currentBall) { clearTimeout(ballTimeout); currentBall.remove(); } let ball document.createElement(div); ball.classList.add(ball); document.body.appendChild(ball); currentBall ball; ball.style.left Math.random() * (window.innerWidth - 50) + px; ball.style.top Math.random() * (window.innerHeight - 50) + px; ball.addEventListener(click, () > { if (!gameRunning) return; score++; document.getElementById(score).textContent 得分: + score; clearTimeout(ballTimeout); createBall(); }); ballTimeout setTimeout(() > { if (gameRunning) createBall(); }, 3000); } function startGame() { document.getElementById(startScreen).style.display none; gameRunning true; score 0; timeLeft 30; document.getElementById(score).textContent 得分:0; document.getElementById(timer).textContent 剩余时间:30s; createBall(); startTimer(); } function startTimer() { let timerDisplay document.getElementById(timer); let countdown setInterval(() > { if (!gameRunning) { clearInterval(countdown); return; } timeLeft--; timerDisplay.textContent 剩余时间: + timeLeft + s; if (timeLeft 0) { clearInterval(countdown); gameOver(); } }, 1000); } function gameOver() { gameRunning false; document.getElementById(gameOver).style.display block; document.getElementById(finalScore).textContent 你的最终得分: + score; if (currentBall) currentBall.remove(); } function restartGame() { document.getElementById(gameOver).style.display none; startGame(); } async function submitScore() { let name document.getElementById(playerName).value.trim(); if (!name) { alert(请输入你的名字!); return; } let response await fetch(/submit-score, { method: POST, headers: { Content-Type: application/json }, body: JSON.stringify({ name, score }) }); if (response.ok) { alert(分数提交成功!); fetchLeaderboard(); } else { alert(分数低于最低排名,不会更新。); } } async function fetchLeaderboard() { let response await fetch(/get-leaderboard); let leaderboard await response.json(); let list document.getElementById(leaderboardList); list.innerHTML ; leaderboard.forEach((entry, index) > { let li document.createElement(li); li.textContent `${index + 1}. ${entry.name} - ${entry.score} 分`; list.appendChild(li); }); document.getElementById(leaderboard).style.display block; } function closeLeaderboard() { document.getElementById(leaderboard).style.display none; } window.onload function () { document.getElementById(startScreen).style.display block; }; /script> /body> /html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]