- スキャンID:
- 4c738ed3-7f12-4e58-8236-c69aa9a60e6a終了
- 送信済みURL:
- https://boisterous-rabanadas-7ae0f2.netlify.app/
- レポート終了日:
リンク · 1件検出
ページから特定された発信リンク
リンク | テキスト |
---|---|
https://discord.com/invite/YOURSERVER | Join Our Discord |
JavaScript変数 · 33件検出
ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です
名前 | 規模 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
gsapVersions | object |
Linear | object |
Power0 | object |
Quad | object |
Power1 | object |
Cubic | object |
Power2 | object |
コンソールログメッセージ · 2件検出
Webコンソールにログ記録されたメッセージ
規模 | 分類 | ログ |
---|---|---|
error | network |
|
error | network |
|
HTML
未加工のHTMLページ本文
<!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>