https://boisterous-rabanadas-7ae0f2.netlify.app/

ID de exploración:
4c738ed3-7f12-4e58-8236-c69aa9a60e6aFinalizado
URL enviada:
https://boisterous-rabanadas-7ae0f2.netlify.app/
Informe finalizado:

Enlaces: 1 encontrados

Los enlaces salientes identificados en la página

EnlaceTEXTO
https://discord.com/invite/YOURSERVERJoin Our Discord

Variables JavaScript: 33 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

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
gsapVersionsobject
Linearobject
Power0object
Quadobject
Power1object
Cubicobject
Power2object

Mensajes de registro de la consola: 2 encontrados

Mensajes registrados en la consola web

TipoCategoríaRegistrar
errornetwork
URL
https://source.unsplash.com/1600x900/?gaming,tech
TEXTO
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://boisterous-rabanadas-7ae0f2.netlify.app/favicon.ico
TEXTO
Failed to load resource: the server responded with a status of 404 ()

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>BiriXploit - Game Hacks &amp; Spoofers</title>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-900 text-white font-sans">
    <!-- Hero Section -->
    <header class="relative h-screen flex flex-col items-center justify-center bg-cover bg-center" style="background-image: url('https://source.unsplash.com/1600x900/?gaming,tech');">
        <div class="bg-black bg-opacity-60 absolute inset-0"></div>
        <div class="z-10 text-center">
            <h1 class="text-5xl md:text-6xl font-bold mb-4 animate-pulse" style="translate: none; rotate: none; scale: none; opacity: 1; transform: translate(0px, 0px);">Welcome to BiriXploit</h1>
            <p class="text-lg md:text-xl mb-8" style="translate: none; rotate: none; scale: none; opacity: 1; transform: translate(0px, 0px);">Your hub for premium game cheats and spoofers</p>
            <a href="https://discord.com/invite/YOURSERVER" target="_blank" class="px-6 py-3 bg-blue-500 hover:bg-blue-600 rounded-lg text-lg font-medium shadow-md transform hover:scale-105 transition" style="translate: none; rotate: none; scale: none; opacity: 0; transform: scale(0, 0);">Join Our Discord</a>
        </div>
    </header>

    <!-- Services Section -->
    <section class="py-16">
        <h2 class="text-4xl font-bold text-center mb-10">Our Services</h2>
        <div class="container mx-auto grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
            <!-- Service Card Template -->
            <div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition">
                <h3 class="text-2xl font-semibold mb-4">Fortnite Cheats</h3>
                <p class="text-gray-400 mb-4">Boost your gameplay with our undetectable Fortnite cheats.</p>
                <a href="#" class="text-blue-400 hover:underline">Learn More →</a>
            </div>
            <div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition">
                <h3 class="text-2xl font-semibold mb-4">Black Ops 6 Hacks</h3>
                <p class="text-gray-400 mb-4">Dominate with wallhacks, aimbots, and more for Black Ops 6.</p>
                <a href="#" class="text-blue-400 hover:underline">Learn More →</a>
            </div>
            <div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition">
                <h3 class="text-2xl font-semibold mb-4">Rust Hacks</h3>
                <p class="text-gray-400 mb-4">Stay ahead with ESP, radar, and more for Rust.</p>
                <a href="#" class="text-blue-400 hover:underline">Learn More →</a>
            </div>
            <div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition">
                <h3 class="text-2xl font-semibold mb-4">Spoofers</h3>
                <p class="text-gray-400 mb-4">Protect your identity with our reliable spoofers.</p>
                <a href="#" class="text-blue-400 hover:underline">Learn More →</a>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-800 py-6">
        <div class="container mx-auto text-center">
            <p class="text-gray-500">© 2024 BiriXploit. All rights reserved.</p>
            <div class="flex justify-center space-x-4 mt-4">
                <a href="https://discord.com/invite/YOURSERVER" class="text-gray-400 hover:text-white">Discord</a>
                <a href="#" class="text-gray-400 hover:text-white">Terms</a>
                <a href="#" class="text-gray-400 hover:text-white">Privacy</a>
            </div>
        </div>
    </footer>

    <script>
        // Example GSAP animation for smooth entry
        gsap.from("header h1", { duration: 1, y: -50, opacity: 0 });
        gsap.from("header p", { duration: 1, delay: 0.3, y: 50, opacity: 0 });
        gsap.from("header a", { duration: 1, delay: 0.6, scale: 0, opacity: 0 });
    </script>

</body></html>