- ID de exploración:
- f4caa562-c485-46ea-8c19-00efd7df1e2eFinalizado
- URL enviada:
- https://delor.sbs/
- Informe finalizado:
Enlaces: 1 encontrados
Los enlaces salientes identificados en la página
Enlace | Texto |
---|---|
https://t.me/AnonymousHackerPH | Our Services |
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 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
uidEvent | number |
bootstrap | object |
Mensajes de registro de la consola: 1 encontrados
Mensajes registrados en la consola web
Tipo | Categoría | Registro |
---|---|---|
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">
<title>Website Hacked</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<style>
body {
background: linear-gradient(to right, #283048, #859398);
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.container {
max-width: 900px;
background-color: rgba(255, 255, 255, 0.9);
border-radius: 10px;
padding: 40px;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
h1 {
color: #283048;
text-align: center;
margin-bottom: 30px;
}
.btn-custom {
background-color: #283048;
color: white;
}
.btn-custom:hover {
background-color: #859398;
color: black;
}
footer {
margin-top: 20px;
text-align: center;
}
footer a {
color: #283048;
text-decoration: none;
}
</style>
</head>
<body>
<div class="container">
<h1>Website Hacked!</h1>
<p class="lead text-center">
Your Website has Been Hacked By Anonymous Hacker!
</p>
<div class="text-center mt-4">
<a href="https://t.me/AnonymousHackerPH" class="btn btn-custom me-2">About Us</a>
<a href="https://t.me/AnonymousHackerPH" class="btn btn-custom">Our Services</a>
</div>
<footer class="mt-4">
<p>© Anonymous Hacker. | <a href="/privacy.php">Privacy Policy</a></p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body></html>