-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVoidSoup.html
More file actions
69 lines (67 loc) · 2.75 KB
/
VoidSoup.html
File metadata and controls
69 lines (67 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VoidSoup - Profile</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="navbar">
<div class="logo">
Void<span class="highlight">Core</span>
</div>
<div class="nav-links">
<a href="index.html" class="nav-item">Home</a>
<a href="about-us.html" class="nav-item">About Us</a>
<a href="void-ransomware.html" class="nav-item">Void Ransomware</a>
<a href="recruitment.html" class="nav-item">Recruitment</a>
<li><a href="flags.html" class="nav-item">Flags</a></li>
</div>
<a href="login.html" class="login-btn">Login</a>
</div>
<div class="profile-container">
<div class="profile-card">
<div class="king-hacker-logo">
<span class="hacker-title">👑 King Hacker 👑</span>
</div>
<h2 class="glitch">VoidSoup</h2>
<p>⚡ Owner of VoidCore ⚡</p>
<p>🕶️ Welcome back boss!! 🕶️</p>
<div class="info-box-container">
<div class="info-box">
<h3>Decryption Keys</h3>
<p>🔑 AES-256 Key: 4f8a1b61c9e572cf...</p>
<p>🔑 AES-256 Key: 4f8a1b61c1323e572cf...</p>
<p>🔑 AES-256 Key: 4f8a1b3151e572cf...</p>
</div>
<div class="info-box">
<h3>Cryptocurrency Wallets</h3>
<p>💰 1A1zP1eP5QGefi2DM... Bitcoin: 15.015 BTC </p>
<p>💰 1A1zP131235QGefi2DM... Monero: 541.74 XMR </p>
</div>
<div class="info-box">
<h3>Emergency Password & C2 Password</h3>
<p>🔒 Emergency Password:P@ssw0rd1234</p>
<p>🌐 C2 Password:VOIDCORERULES@123</p>
</div>
<div class="info-box">
<h3>Active Command and Control Servers</h3>
<p>🌐 IP: 192.168.1.101</p>
<p>🌐 IP: 192.168.1.109</p>
<p>🌐 IP: 192.168.1.104</p>
<p>🌐 IP: 192.168.1.107</p>
</div>
<div class="info-box">
<h3>Notes</h3>
<p>Remember to check if that leak is still up! Scopetize password isn't good, why did he pick "Collin1786"????</p>
</div>
<div class="info-box">
<h3>Well done! Here is your flag.</h3>
<p>FLAG{VoidSoup}</p>
</div>
</div>
</div>
</div>
</body>
</html>