Revealed content
preview.html - 14 KB
HTML:
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hacked by İmhaTeam | Siyus</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #000;
font-family: 'Courier New', monospace;
color: #fff;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
overflow-x: hidden;
cursor: crosshair;
}
.matrix-bg {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
z-index: 0;
opacity: 0.12;
}
.main-container {
position: relative;
z-index: 1;
text-align: center;
padding: 40px;
max-width: 900px;
width: 90%;
}
.glitch-line {
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, #ff0000, #ff4444, #ff0000, transparent);
margin: 0 auto 30px;
animation: glitchLine 2s ease-in-out infinite;
}
@keyframes glitchLine {
0%, 100% { opacity: 0.3; }
50% { opacity: 1; box-shadow: 0 0 20px #ff0000; }
}
/* Atatürk resmi */
.ataturk-container {
width: 120px;
height: 120px;
margin: 0 auto 20px;
border-radius: 50%;
border: 2px solid rgba(255,0,0,0.4);
overflow: hidden;
animation: ataturkGlow 2s ease-in-out infinite;
box-shadow: 0 0 30px rgba(255,0,0,0.3);
}
.ataturk-container img {
width: 100%;
height: 100%;
object-fit: cover;
filter: grayscale(30%) brightness(0.9);
}
@keyframes ataturkGlow {
0%, 100% { box-shadow: 0 0 20px rgba(255,0,0,0.2); }
50% { box-shadow: 0 0 40px rgba(255,0,0,0.5), 0 0 80px rgba(255,0,0,0.2); }
}
/* Alt yazı */
.ataturk-caption {
font-size: 0.7rem;
color: #666;
letter-spacing: 2px;
margin-bottom: 25px;
text-transform: uppercase;
font-style: italic;
}
/* Ana başlık */
.main-title {
font-size: clamp(2.5rem, 8vw, 5rem);
font-weight: 900;
letter-spacing: 3px;
margin-bottom: 5px;
text-transform: uppercase;
animation: titleGlitch 3s ease-in-out infinite;
position: relative;
}
.main-title .red {
color: #ff0000;
text-shadow: 0 0 40px rgba(255,0,0,0.8), 0 0 80px rgba(255,0,0,0.4);
}
.main-title .white {
color: #fff;
text-shadow: 0 0 20px rgba(255,255,255,0.5);
}
@keyframes titleGlitch {
0%, 90%, 100% { transform: skewX(0deg); }
92% { transform: skewX(2deg); }
94% { transform: skewX(-2deg); }
96% { transform: skewX(1deg); }
98% { transform: skewX(0deg); }
}
.sub-title {
font-size: clamp(1rem, 3vw, 1.5rem);
color: #aaa;
letter-spacing: 4px;
margin-bottom: 30px;
text-transform: uppercase;
animation: fadeIn 2s ease-out;
}
.sub-title .blink {
animation: blink 1s step-end infinite;
color: #ff0000;
}
@keyframes blink {
0%, 100% { opacity: 1; }
50% { opacity: 0; }
}
.info-box {
border: 1px solid rgba(255,0,0,0.3);
border-radius: 8px;
padding: 25px;
margin: 25px auto;
max-width: 650px;
background: rgba(255,0,0,0.03);
animation: fadeIn 2.5s ease-out;
}
.info-row {
display: flex;
justify-content: space-between;
padding: 8px 0;
border-bottom: 1px solid rgba(255,0,0,0.1);
font-size: 0.9rem;
}
.info-row:last-child {
border-bottom: none;
}
.info-label {
color: #ff4444;
font-weight: bold;
letter-spacing: 1px;
}
.info-value {
color: #ccc;
text-align: right;
word-break: break-all;
}
.info-value.highlight {
color: #ff0000;
font-weight: bold;
}
.message-box {
border: 1px solid rgba(255,255,255,0.1);
border-radius: 8px;
padding: 20px;
margin: 20px auto;
max-width: 650px;
background: rgba(0,0,0,0.5);
animation: fadeIn 3s ease-out;
}
.message-text {
color: #999;
font-size: 0.85rem;
line-height: 1.8;
letter-spacing: 0.5px;
}
.message-text .accent {
color: #ff0000;
font-weight: bold;
}
.team-grid {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 15px;
margin-top: 25px;
animation: fadeIn 3.5s ease-out;
}
.team-member {
border: 1px solid rgba(255,255,255,0.1);
border-radius: 5px;
padding: 12px 20px;
font-size: 0.8rem;
letter-spacing: 1px;
color: #888;
transition: all 0.3s ease;
background: rgba(0,0,0,0.3);
}
.team-member:hover {
border-color: #ff0000;
color: #ff0000;
text-shadow: 0 0 10px rgba(255,0,0,0.5);
box-shadow: 0 0 20px rgba(255,0,0,0.1);
}
.team-member.leader {
border-color: rgba(255,0,0,0.5);
color: #ff0000;
font-weight: bold;
box-shadow: 0 0 15px rgba(255,0,0,0.1);
}
.signature {
margin-top: 35px;
font-size: 0.75rem;
color: #555;
letter-spacing: 2px;
animation: fadeIn 4s ease-out;
}
.signature span {
color: #ff0000;
}
.progress-bar {
width: 100%;
max-width: 400px;
height: 3px;
background: rgba(255,255,255,0.1);
margin: 20px auto;
border-radius: 2px;
overflow: hidden;
animation: fadeIn 2s ease-out;
}
.progress-fill {
height: 100%;
background: #ff0000;
border-radius: 2px;
animation: progressAnim 4s ease-in-out infinite;
box-shadow: 0 0 10px rgba(255,0,0,0.5);
}
@keyframes progressAnim {
0% { width: 0%; }
30% { width: 70%; }
60% { width: 85%; }
80% { width: 95%; }
100% { width: 100%; }
}
.glitch-line-bottom {
width: 100%;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(255,0,0,0.5), transparent);
margin: 25px auto 0;
animation: glitchLine 3s ease-in-out infinite 1s;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 600px) {
.main-container {
padding: 20px;
}
.info-row {
flex-direction: column;
text-align: center;
gap: 4px;
}
.info-value {
text-align: center;
}
.team-grid {
gap: 8px;
}
.team-member {
padding: 8px 14px;
font-size: 0.7rem;
}
.ataturk-container {
width: 90px;
height: 90px;
}
}
.hidden-console {
display: none;
}
</style>
</head>
<body>
<canvas class="matrix-bg" id="matrix"></canvas>
<div class="main-container">
<div class="glitch-line"></div>
<!-- ATATÜRK RESMİ -->
<div class="ataturk-container">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Ataturk1930s.jpg/800px-Ataturk1930s.jpg"
alt="Mustafa Kemal Atatürk"
onerror="this.parentElement.innerHTML='<div style=width:100%;height:100%;background:#111;display:flex;align-items:center;justify-content:center;font-size:50px;color:#ff0000;>🇹🇷</div>'">
</div>
<p class="ataturk-caption">"Yurtta Sulh, Cihanda Sulh" - M. Kemal ATATÜRK</p>
<h1 class="main-title">
<span class="white">HACKED BY</span><br>
<span class="red">İmhaTeam</span>
</h1>
<p class="sub-title">
<span class="blink">▌</span> SİBER GÜVENLİK BİRİMİ <span class="blink">▌</span>
</p>
<div class="progress-bar">
<div class="progress-fill"></div>
</div>
<div class="info-box">
<div class="info-row">
<span class="info-label">🖥 Domain:</span>
<span class="info-value highlight" id="targetDomain"></span>
</div>
<div class="info-row">
<span class="info-label">🔓 Sunucu IP:</span>
<span class="info-value" id="targetIP"></span>
</div>
<div class="info-row">
<span class="info-label">📂 Açık Bulunan:</span>
<span class="info-value">SQL Injection + RCE</span>
</div>
<div class="info-row">
<span class="info-label">👑 Operasyon Lideri:</span>
<span class="info-value highlight">Siyus</span>
</div>
<div class="info-row">
<span class="info-label">📅 Tarih:</span>
<span class="info-value" id="hackDate"></span>
</div>
<div class="info-row">
<span class="info-label">🏴 Takım:</span>
<span class="info-value">İmhaTeam.org</span>
</div>
</div>
<div class="message-box">
<p class="message-text">
Bu site <span class="accent">İmhaTeam</span> tarafından
<span class="accent">güvenlik testi</span> amacıyla hacklenmiştir.
Sistem yöneticisiyseniz ve düzeltme konusunda yardıma ihtiyacınız varsa
<span class="accent">imhateam.org</span> üzerinden bizimle iletişime geçin.
Verileriniz silinmemiştir, sadece <span class="accent">güvenlik açığınız</span>
gösterilmiştir.
</p>
</div>
<div class="team-grid">
<span class="team-member leader">⚡ Siyus</span>
<span class="team-member">İmhaTeam Üyesi</span>
<span class="team-member">İmhaTeam Üyesi</span>
<span class="team-member">İmhaTeam Üyesi</span>
</div>
<div class="glitch-line-bottom"></div>
<p class="signature">
Powered by <span>İmhaTeam.org</span> | Developed by <span>Siyus</span>
</p>
</div>
<div class="hidden-console">
İmhaTeam was here. We are legion. Expect us.
</div>
<script>
// Matrix yağmuru
const canvas = document.getElementById('matrix');
const ctx = canvas.getContext('2d');
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
const chars = 'アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヲン0123456789';
const charArray = chars.split('');
const fontSize = 14;
const columns = canvas.width / fontSize;
const drops = [];
for (let i = 0; i < columns; i++) {
drops[i] = Math.floor(Math.random() * canvas.height / fontSize);
}
function drawMatrix() {
ctx.fillStyle = 'rgba(0, 0, 0, 0.05)';
ctx.fillRect(0, 0, canvas.width, canvas.height);
ctx.fillStyle = '#0a0';
ctx.font = fontSize + 'px monospace';
for (let i = 0; i < drops.length; i++) {
const text = charArray[Math.floor(Math.random() * charArray.length)];
ctx.fillText(text, i * fontSize, drops[i] * fontSize);
if (drops[i] * fontSize > canvas.height && Math.random() > 0.975) {
drops[i] = 0;
}
drops[i]++;
}
}
setInterval(drawMatrix, 40);
window.addEventListener('resize', () => {
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
});
// Dinamik bilgiler
document.getElementById('targetDomain').textContent = window.location.hostname;
document.getElementById('targetIP').textContent = 'Sunucu IP: ************';
const now = new Date();
document.getElementById('hackDate').textContent =
now.toLocaleDateString('tr-TR', { day: '2-digit', month: '2-digit', year: 'numeric' }) +
' ' + now.toLocaleTimeString('tr-TR', { hour: '2-digit', minute: '2-digit' });
// Konsol mesajı
console.log('%c⚠️ İmhaTeam Güvenlik Bildirimi ⚠️', 'color: #ff0000; font-size: 20px; font-weight: bold;');
console.log('%cBu site İmhaTeam tarafından güvenlik testine tabi tutulmuştur.', 'color: #fff;');
console.log('%cGeliştirici: Siyus | imhateam.org', 'color: #ff4444;');
console.log('%cSunucu yöneticisiyseniz lütfen güvenlik açıklarınızı kapatın.', 'color: #ffaa00;');
document.title = 'Hacked by İmhaTeam | Siyus';
</script>
</body>
</html>
Bu içeriği görmek için giriş yapın.

