- ID de l'analyse :
- 4c738ed3-7f12-4e58-8236-c69aa9a60e6aTerminée
- URL soumise :
- https://boisterous-rabanadas-7ae0f2.netlify.app/
- Fin du rapport :
Liens : 1 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://discord.com/invite/YOURSERVER | Join Our Discord |
Variables JavaScript : 33 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 |
gsapVersions | object |
Linear | object |
Power0 | object |
Quad | object |
Power1 | object |
Cubic | object |
Power2 | object |
Messages de journal de console : 2 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
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>BiriXploit - Game Hacks & 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>