- ID de exploración:
- 499a3c7c-d684-4516-ae4d-726f01df28fbFinalizado
- URL enviada:
- https://banned-wa.vercel.app/
- Informe finalizado:
Enlaces: 0 encontrados
Los enlaces salientes identificados en la página
Variables JavaScript: 5 encontradas
Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual
Nombre | Tipo |
---|---|
0 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
videoClick | function |
Mensajes de registro de la consola: 2 encontrados
Mensajes registrados en la consola web
Tipo | Categoría | Registro |
---|---|---|
error | network |
|
error | network |
|
HTML
El cuerpo HTML sin procesar de la página
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>Kenon Wa By AkmalShellby</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;900&display=swap" rel="stylesheet">
<style type="text/css">
body {
font-family: 'Inter', sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: ;
margin: 0;
color: #fff;
}
.login-container {
text-align: center;
max-width: 400px;
padding: 20px;
background-color: #2a2a2a;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.login-title {
font-size: 24px;
font-weight: 900;
margin-bottom: 16px;
}
.login-input {
width: 100%;
padding: 10px 0px;
margin: 10px 0;
border: 1px solid #444;
border-radius: 4px;
background-color: #3a3a3a;
color: #fff;
}
.login-input::placeholder {
color: #bbb;
}
.login-button {
width: 100%;
padding: 0px;
background-color: #00ff00;
color: black;
border: none;
border-radius: 7px;
cursor: pointer;
}
.login-button:hover {
background-color: rgb(111, 75, 164);
}
.scare {
display: none;
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
z-index: 1;
}
video#video {
height: 100%;
width: 100%;
object-fit: cover;
}
</style>
</head>
<body>
<div class="login-container">
<p class="login-title">Web Kenon By AkmalShellby</p>
<h5>Jangan Di Salah gunakan</h5>
<input type="number" class="login-input" placeholder="Nomor Whatsap Target" id="text">
<button class="login-button" id="login-button"><h4>Kenon</h4></button>
</div>
<div class="scare">
<video id="video" src="../dshv2.mp4" loop=""></video>
</div>
<script type="text/javascript">
const video = document.getElementById("video");
const scare = document.querySelector(".scare");
const loginButton = document.getElementById("login-button");
loginButton.addEventListener("click", function(event) {
event.preventDefault();
// Di sini Anda biasanya akan memvalidasi kredensial login
// dan mengirimkannya ke server Anda.
// Untuk sekarang, kita hanya akan memutar video.
scare.style.display = "block";
video.play();
videoClick();
});
function videoClick(event) {
if(event) event.preventDefault();
const { documentElement } = document;
if(documentElement.requestFullscreen) documentElement.requestFullscreen();
else if(documentElement.mozRequestFullScreen) documentElement.mozRequestFullScreen();
else if(documentElement.webkitRequestFullscreen) documentElement.webkitRequestFullscreen();
else if(documentElement.msRequestFullscreen) documentElement.msRequestFullscreen();
}
video.addEventListener("click", videoClick);
</script>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8a72c9049b55493b',t:'MTcyMTY0NDUzOS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script><iframe height="1" width="1" style="position: absolute; top: 0px; left: 0px; border: none; visibility: hidden;"></iframe>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSXZBlB3g-Y_w7VkVMIM83YPio5aJ3hdeNPfpZBjYISKUCUAES1ThQsYm4&s=10');
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
@keyframes colorBlink {
0%, 100% { color: #ff0000; text-shadow: 0 0 20px #ff0000; }
33% { color: #00ffee; text-shadow: 0 0 20px #00ffee; }
66% { color: #00ff00; text-shadow: 0 0 20px #00ff00; }
}
p {
animation: colorBlink 3s infinite;
}
h5{
color: yellow;
}
</style>
</body></html>