amgh344 commited on
Commit
4d9bd9e
·
verified ·
1 Parent(s): 5934130

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +613 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: La
3
- emoji: 🏃
4
- colorFrom: indigo
5
- colorTo: purple
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: la
3
+ emoji: 🐳
4
+ colorFrom: gray
5
+ colorTo: red
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,613 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>PROJECT NEXUS | RED TEAM</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
9
+ <style>
10
+ :root {
11
+ --primary: #e53e3e;
12
+ --secondary: #1a202c;
13
+ --accent: #fff;
14
+ }
15
+ body {
16
+ background-color: var(--secondary);
17
+ color: var(--accent);
18
+ font-family: 'Courier New', monospace;
19
+ overflow-x: hidden;
20
+ }
21
+ .glow {
22
+ text-shadow: 0 0 10px var(--primary), 0 0 20px var(--primary);
23
+ }
24
+ .terminal-border {
25
+ border: 1px solid var(--primary);
26
+ box-shadow: 0 0 15px rgba(229, 62, 62, 0.5);
27
+ }
28
+ .pulse-animation {
29
+ animation: pulse 2s infinite;
30
+ }
31
+ @keyframes pulse {
32
+ 0% { opacity: 0.7; }
33
+ 50% { opacity: 1; }
34
+ 100% { opacity: 0.7; }
35
+ }
36
+ .typewriter {
37
+ overflow: hidden;
38
+ border-right: 2px solid var(--primary);
39
+ white-space: nowrap;
40
+ letter-spacing: 2px;
41
+ animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
42
+ }
43
+ @keyframes typing {
44
+ from { width: 0 }
45
+ to { width: 100% }
46
+ }
47
+ @keyframes blink-caret {
48
+ from, to { border-color: transparent }
49
+ 50% { border-color: var(--primary) }
50
+ }
51
+ .attack-card:hover {
52
+ transform: translateY(-5px);
53
+ box-shadow: 0 10px 25px rgba(229, 62, 62, 0.4);
54
+ }
55
+ .terminal-line {
56
+ display: flex;
57
+ margin-bottom: 0.5rem;
58
+ }
59
+ .prompt {
60
+ color: var(--primary);
61
+ margin-right: 0.5rem;
62
+ }
63
+ .console-bg {
64
+ background-color: rgba(0, 0, 0, 0.7);
65
+ background-image:
66
+ linear-gradient(rgba(229, 62, 62, 0.1) 1px, transparent 1px),
67
+ linear-gradient(90deg, rgba(229, 62, 62, 0.1) 1px, transparent 1px);
68
+ background-size: 20px 20px;
69
+ }
70
+ .command-input {
71
+ background: transparent;
72
+ border: none;
73
+ outline: none;
74
+ color: white;
75
+ font-family: 'Courier New', monospace;
76
+ caret-color: var(--primary);
77
+ }
78
+ .scanning-bar {
79
+ background: linear-gradient(90deg, transparent, rgba(229, 62, 62, 0.5), transparent);
80
+ background-size: 200% 100%;
81
+ animation: scan 2s linear infinite;
82
+ }
83
+ @keyframes scan {
84
+ 0% { background-position: 200% 0; }
85
+ 100% { background-position: -200% 0; }
86
+ }
87
+ </style>
88
+ </head>
89
+ <body class="min-h-screen">
90
+ <!-- Red Team Header -->
91
+ <div class="relative bg-black/80 border-b border-red-900/50">
92
+ <!-- Animated Background -->
93
+ <div class="absolute inset-0">
94
+ <div class="absolute inset-0 bg-[url('https://grainy-gradients.vercel.app/noise.svg')] opacity-10"></div>
95
+ <div class="absolute inset-0 bg-gradient-to-b from-red-900/5 to-transparent"></div>
96
+ </div>
97
+
98
+ <div class="relative z-10 container mx-auto px-4 py-6 flex justify-between items-center">
99
+ <div class="flex items-center space-x-4">
100
+ <div class="w-3 h-3 rounded-full bg-red-500"></div>
101
+ <h1 class="text-xl font-bold tracking-wide">PROJECT <span class="text-red-500">NEXUS</span></h1>
102
+ </div>
103
+
104
+ <div class="hidden md:flex space-x-6">
105
+ <a href="#" class="text-gray-400 hover:text-white transition">DASHBOARD</a>
106
+ <a href="#" class="text-gray-400 hover:text-white transition">WEAPONS</a>
107
+ <a href="#" class="text-gray-400 hover:text-white transition">TARGETS</a>
108
+ <a href="#" class="text-gray-400 hover:text-white transition">REPORTS</a>
109
+ </div>
110
+
111
+ <div class="flex items-center space-x-4">
112
+ <div class="pulse-animation">
113
+ <div class="w-3 h-3 rounded-full bg-red-500"></div>
114
+ </div>
115
+ <span class="text-gray-400 text-sm">RED TEAM ACTIVE</span>
116
+ </div>
117
+ </div>
118
+ </div>
119
+
120
+ <!-- Main Operations Panel -->
121
+ <div class="container mx-auto px-4 py-12">
122
+ <!-- Status Dashboard -->
123
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-12">
124
+ <!-- Agents Online -->
125
+ <div class="terminal-border p-6 bg-gray-900/30">
126
+ <h3 class="text-gray-400 mb-2">ACTIVE AGENTS</h3>
127
+ <div class="flex items-end space-x-2">
128
+ <span class="text-4xl font-bold text-red-500">12</span>
129
+ <span class="text-green-500 text-sm mb-1">+3 today</span>
130
+ </div>
131
+ <div class="mt-4 h-20">
132
+ <div class="scanning-bar h-1 mb-2 rounded-full"></div>
133
+ <div class="flex justify-between text-xs text-gray-400">
134
+ <span>BETA</span>
135
+ <span>GAMMA</span>
136
+ <span>DELTA</span>
137
+ </div>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Threats Detected -->
142
+ <div class="terminal-border p-6 bg-gray-900/30">
143
+ <h3 class="text-gray-400 mb-2">TARGETS COMPROMISED</h3>
144
+ <div class="flex items-end space-x-2">
145
+ <span class="text-4xl font-bold text-red-500">84%</span>
146
+ <span class="text-green-500 text-sm mb-1">+5.3% efficiency</span>
147
+ </div>
148
+ <div class="mt-4 flex space-x-4">
149
+ <div class="flex-1">
150
+ <div class="h-2 w-full bg-gray-800 rounded-full overflow-hidden">
151
+ <div class="h-full bg-red-500 rounded-full" style="width: 84%"></div>
152
+ </div>
153
+ <div class="text-xs text-gray-400 mt-1">Success Rate</div>
154
+ </div>
155
+ <div class="flex-1">
156
+ <div class="h-2 w-full bg-gray-800 rounded-full overflow-hidden">
157
+ <div class="h-full bg-red-400 rounded-full" style="width: 92%"></div>
158
+ </div>
159
+ <div class="text-xs text-gray-400 mt-1">Phishing</div>
160
+ </div>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Recent Activity -->
165
+ <div class="terminal-border p-6 bg-gray-900/30">
166
+ <h3 class="text-gray-400 mb-2">LAST ACTIVITY</h3>
167
+ <div class="terminal-line">
168
+ <span class="prompt">></span>
169
+ <span>Breached AWS cluster (ID: EKS-4921)</span>
170
+ </div>
171
+ <div class="terminal-line">
172
+ <span class="prompt">></span>
173
+ <span>Exfiltrated 247MB data</span>
174
+ </div>
175
+ <div class="terminal-line">
176
+ <span class="prompt">></span>
177
+ <span>Covered tracks (99% success)</span>
178
+ </div>
179
+ <div class="text-green-500 text-xs mt-2">2 minutes ago</div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Attack Modules Section -->
184
+ <div class="mb-12">
185
+ <h2 class="text-3xl font-bold mb-6 glow">OFFENSIVE <span class="text-red-500">MODULES</span></h2>
186
+
187
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
188
+ <!-- Phishing Generator -->
189
+ <div class="terminal-border p-6 bg-gray-900/30 attack-card transition-all duration-300">
190
+ <div class="flex items-start mb-4">
191
+ <div class="bg-red-900/50 p-2 rounded mr-4">
192
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
193
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10l10-8 10 8v10a2 2 0 01-2 2H5a2 2 0 01-2-2V10z" />
194
+ </svg>
195
+ </div>
196
+ <h3 class="text-xl font-bold">PHISHING KIT</h3>
197
+ </div>
198
+ <p class="text-gray-400 mb-6">Generate AI-powered phishing emails with 98% human resemblance</p>
199
+ <div class="flex justify-between items-center">
200
+ <span class="text-xs text-gray-500">v2.4.1</span>
201
+ <button class="text-red-500 hover:text-white px-4 py-1 border border-red-500 hover:bg-red-900/30 transition">
202
+ LAUNCH
203
+ </button>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Vulnerability Scanner -->
208
+ <div class="terminal-border p-6 bg-gray-900/30 attack-card transition-all duration-300">
209
+ <div class="flex items-start mb-4">
210
+ <div class="bg-red-900/50 p-2 rounded mr-4">
211
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
212
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 3v2m6-2v2M9 19v2m6-2v2M5 9H3m2 6H3m18-6h-2m2 6h-2M7 19h10a2 2 0 002-2V7a2 2 0 00-2-2H7a2 2 0 00-2 2v10a2 2 0 002 2zM9 9h6v6H9V9z" />
213
+ </svg>
214
+ </div>
215
+ <h3 class="text-xl font-bold">VULN SCANNER</h3>
216
+ </div>
217
+ <p class="text-gray-400 mb-6">Automated scanning for 0-day vulnerabilities in target systems</p>
218
+ <div class="flex justify-between items-center">
219
+ <span class="text-xs text-gray-500">v3.1.7</span>
220
+ <button class="text-red-500 hover:text-white px-4 py-1 border border-red-500 hover:bg-red-900/30 transition">
221
+ SCAN
222
+ </button>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Malware Studio -->
227
+ <div class="terminal-border p-6 bg-gray-900/30 attack-card transition-all duration-300">
228
+ <div class="flex items-start mb-4">
229
+ <div class="bg-red-900/50 p-2 rounded mr-4">
230
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
231
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.428 15.428a2 2 0 00-1.022-.547l-2.387-.477a6 6 0 00-3.86.517l-.318.158a6 6 0 01-3.86.517L6.05 15.21a2 2 0 00-1.806.547M8 4h8l-1 1v5.172a2 2 0 00.586 1.414l5 5c1.26 1.26.367 3.414-1.415 3.414H4.828c-1.782 0-2.674-2.154-1.414-3.414l5-5A2 2 0 009 10.172V5L8 4z" />
232
+ </svg>
233
+ </div>
234
+ <h3 class="text-xl font-bold">MALWARE STUDIO</h3>
235
+ </div>
236
+ <p class="text-gray-400 mb-6">Polymorphic code generator with AI obfuscation</p>
237
+ <div class="flex justify-between items-center">
238
+ <span class="text-xs text-gray-500">v5.0.2</span>
239
+ <button class="text-red-500 hover:text-white px-4 py-1 border border-red-500 hover:bg-red-900/30 transition">
240
+ BUILD
241
+ </button>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Password Cracker -->
246
+ <div class="terminal-border p-6 bg-gray-900/30 attack-card transition-all duration-300">
247
+ <div class="flex items-start mb-4">
248
+ <div class="bg-red-900/50 p-2 rounded mr-4">
249
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
250
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z" />
251
+ </svg>
252
+ </div>
253
+ <h3 class="text-xl font-bold">HYDRA-X</h3>
254
+ </div>
255
+ <p class="text-gray-400 mb-6">Distributed credential brute-forcing with AI pattern recognition</p>
256
+ <div class="flex justify-between items-center">
257
+ <span class="text-xs text-gray-500">v1.9.3</span>
258
+ <button class="text-red-500 hover:text-white px-4 py-1 border border-red-500 hover:bg-red-900/30 transition">
259
+ CRACK
260
+ </button>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Network Mapper -->
265
+ <div class="terminal-border p-6 bg-gray-900/30 attack-card transition-all duration-300">
266
+ <div class="flex items-start mb-4">
267
+ <div class="bg-red-900/50 p-2 rounded mr-4">
268
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
269
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 3v2m6-2v2M9 19v2m6-2v2M5 9H3m2 6H3m18-6h-2m2 6h-2M7 19h10a2 2 0 002-2V7a2 2 0 00-2-2H7a2 2 0 00-2 2v10a2 2 0 002 2zM9 9h6v6H9V9z" />
270
+ </svg>
271
+ </div>
272
+ <h3 class="text-xl font-bold">NETWORK MAPPER</h3>
273
+ </div>
274
+ <p class="text-gray-400 mb-6">Autonomous system discovery and topology mapping</p>
275
+ <div class="flex justify-between items-center">
276
+ <span class="text-xs text-gray-500">v2.2.8</span>
277
+ <button class="text-red-500 hover:text-white px-4 py-1 border border-red-500 hover:bg-red-900/30 transition">
278
+ MAP
279
+ </button>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Zero-Day Explorer -->
284
+ <div class="terminal-border p-6 bg-gray-900/30 attack-card transition-all duration-300">
285
+ <div class="flex items-start mb-4">
286
+ <div class="bg-red-900/50 p-2 rounded mr-4">
287
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
288
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
289
+ </svg>
290
+ </div>
291
+ <h3 class="text-xl font-bold">0-DAY EXPLORER</h3>
292
+ </div>
293
+ <p class="text-gray-400 mb-6">AI-assisted vulnerability research for unknown exploits</p>
294
+ <div class="flex justify-between items-center">
295
+ <span class="text-xs text-gray-500">v4.5.0</span>
296
+ <button class="text-red-500 hover:text-white px-4 py-1 border border-red-500 hover:bg-red-900/30 transition">
297
+ RESEARCH
298
+ </button>
299
+ </div>
300
+ </div>
301
+ </div>
302
+ </div>
303
+
304
+ <!-- Command Terminal -->
305
+ <div class="terminal-border p-6 bg-black/70 mb-12">
306
+ <h2 class="text-2xl font-bold mb-4 text-red-500">ADVANCED COMMAND TERMINAL</h2>
307
+
308
+ <div class="console-bg p-4 rounded mb-4 h-64 overflow-y-auto font-mono text-sm">
309
+ <div class="terminal-line animate__animated animate__fadeIn">
310
+ <span class="prompt text-green-500">system@nexus:~$</span>
311
+ <span>Initializing Red Team interface...</span>
312
+ </div>
313
+ <div class="terminal-line animate__animated animate__fadeIn" style="animation-delay: 0.3s">
314
+ <span class="prompt text-green-500">></span>
315
+ <span>Loading offensive modules (12/12 complete)</span>
316
+ </div>
317
+ <div class="terminal-line animate__animated animate__fadeIn" style="animation-delay: 0.6s">
318
+ <span class="prompt text-green-500">></span>
319
+ <span>Establishing covert C2 channels...</span>
320
+ </div>
321
+ <div class="terminal-line animate__animated animate__fadeIn" style="animation-delay: 0.9s">
322
+ <span class="prompt text-green-500">></span>
323
+ <span class="text-yellow-300">WARNING: Blue team countermeasures detected</span>
324
+ </div>
325
+ <div class="terminal-line animate__animated animate__fadeIn" style="animation-delay: 1.2s">
326
+ <span class="prompt text-green-500">></span>
327
+ <span>Deploying anti-forensic measures...</span>
328
+ </div>
329
+ <div class="terminal-line animate__animated animate__fadeIn" style="animation-delay: 1.5s">
330
+ <span class="prompt text-green-500">></span>
331
+ <span class="text-green-300">READY: Enter commands to proceed</span>
332
+ </div>
333
+ <div class="terminal-line animate__animated animate__fadeIn" style="animation-delay: 1.8s">
334
+ <span class="prompt text-green-500">></span>
335
+ <span>Last login: Wed May 22 04:23:17 from TOR exit node 193.23.244.*</span>
336
+ </div>
337
+ <div id="command-output" class="h-full"></div>
338
+ </div>
339
+
340
+ <div class="flex items-center">
341
+ <span class="prompt text-green-500 mr-2">system@nexus:~$</span>
342
+ <input type="text" class="command-input flex-grow" placeholder="type 'help' for available commands" id="command-input" autofocus>
343
+ </div>
344
+ </div>
345
+
346
+ <!-- Active Campaigns -->
347
+ <div class="mb-12">
348
+ <div class="flex justify-between items-center mb-6">
349
+ <h2 class="text-3xl font-bold glow">ACTIVE <span class="text-red-500">CAMPAIGNS</span></h2>
350
+ <button class="text-red-500 hover:text-white px-4 py-2 border border-red-500 hover:bg-red-900/30 transition">
351
+ + NEW CAMPAIGN
352
+ </button>
353
+ </div>
354
+
355
+ <div class="overflow-x-auto">
356
+ <table class="w-full border-collapse">
357
+ <thead>
358
+ <tr class="border-b border-red-900/50 text-left">
359
+ <th class="p-3 text-gray-400 font-medium">ID</th>
360
+ <th class="p-3 text-gray-400 font-medium">TARGET</th>
361
+ <th class="p-3 text-gray-400 font-medium">STATUS</th>
362
+ <th class="p-3 text-gray-400 font-medium">COMPROMISE</th>
363
+ <th class="p-3 text-gray-400 font-medium">LAST ACTIVITY</th>
364
+ <th class="p-3 text-gray-400 font-medium">ACTIONS</th>
365
+ </tr>
366
+ </thead>
367
+ <tbody>
368
+ <tr class="border-b border-red-900/10 hover:bg-red-900/5 transition">
369
+ <td class="p-3 font-mono">#RTH-9274</td>
370
+ <td class="p-3">e-commerce platform</td>
371
+ <td class="p-3">
372
+ <div class="flex items-center">
373
+ <div class="w-2 h-2 rounded-full bg-green-500 mr-2"></div>
374
+ <span>Active</span>
375
+ </div>
376
+ </td>
377
+ <td class="p-3">
378
+ <div class="w-full bg-gray-800 rounded-full h-2">
379
+ <div class="bg-red-500 rounded-full h-2" style="width: 92%"></div>
380
+ </div>
381
+ </td>
382
+ <td class="p-3 text-gray-400 text-sm">3 minutes ago</td>
383
+ <td class="p-3">
384
+ <div class="flex space-x-2">
385
+ <button class="text-xs text-red-500 hover:text-white px-2 py-1 border border-red-500 hover:bg-red-900/30 transition">
386
+ VIEW
387
+ </button>
388
+ <button class="text-xs text-gray-400 hover:text-white px-2 py-1 border border-gray-500 hover:bg-gray-900/30 transition">
389
+ ANALYZE
390
+ </button>
391
+ </div>
392
+ </td>
393
+ </tr>
394
+ <tr class="border-b border-red-900/10 hover:bg-red-900/5 transition">
395
+ <td class="p-3 font-mono">#RTH-8172</td>
396
+ <td class="p-3">banking API</td>
397
+ <td class="p-3">
398
+ <div class="flex items-center">
399
+ <div class="w-2 h-2 rounded-full bg-yellow-500 mr-2"></div>
400
+ <span>Paused</span>
401
+ </div>
402
+ </td>
403
+ <td class="p-3">
404
+ <div class="w-full bg-gray-800 rounded-full h-2">
405
+ <div class="bg-red-500 rounded-full h-2" style="width: 64%"></div>
406
+ </div>
407
+ </td>
408
+ <td class="p-3 text-gray-400 text-sm">17 minutes ago</td>
409
+ <td class="p-3">
410
+ <div class="flex space-x-2">
411
+ <button class="text-xs text-red-500 hover:text-white px-2 py-1 border border-red-500 hover:bg-red-900/30 transition">
412
+ VIEW
413
+ </button>
414
+ <button class="text-xs text-gray-400 hover:text-white px-2 py-1 border border-gray-500 hover:bg-gray-900/30 transition">
415
+ ANALYZE
416
+ </button>
417
+ </div>
418
+ </td>
419
+ </tr>
420
+ <tr class="border-b border-red-900/10 hover:bg-red-900/5 transition">
421
+ <td class="p-3 font-mono">#RTH-7253</td>
422
+ <td class="p-3">cloud infrastructure</td>
423
+ <td class="p-3">
424
+ <div class="flex items-center">
425
+ <div class="w-2 h-2 rounded-full bg-green-500 mr-2"></div>
426
+ <span>Active</span>
427
+ </div>
428
+ </td>
429
+ <td class="p-3">
430
+ <div class="w-full bg-gray-800 rounded-full h-2">
431
+ <div class="bg-red-500 rounded-full h-2" style="width: 78%"></div>
432
+ </div>
433
+ </td>
434
+ <td class="p-3 text-gray-400 text-sm">42 minutes ago</td>
435
+ <td class="p-3">
436
+ <div class="flex space-x-2">
437
+ <button class="text-xs text-red-500 hover:text-white px-2 py-1 border border-red-500 hover:bg-red-900/30 transition">
438
+ VIEW
439
+ </button>
440
+ <button class="text-xs text-gray-400 hover:text-white px-2 py-1 border border-gray-500 hover:bg-gray-900/30 transition">
441
+ ANALYZE
442
+ </button>
443
+ </div>
444
+ </td>
445
+ </tr>
446
+ <tr class="border-b border-red-900/10 hover:bg-red-900/5 transition">
447
+ <td class="p-3 font-mono">#RTH-6189</td>
448
+ <td class="p-3">employee credentials</td>
449
+ <td class="p-3">
450
+ <div class="flex items-center">
451
+ <div class="w-2 h-2 rounded-full bg-red-500 mr-2"></div>
452
+ <span>Compromised</span>
453
+ </div>
454
+ </td>
455
+ <td class="p-3">
456
+ <div class="w-full bg-gray-800 rounded-full h-2">
457
+ <div class="bg-red-500 rounded-full h-2" style="width: 100%"></div>
458
+ </div>
459
+ </td>
460
+ <td class="p-3 text-gray-400 text-sm">2 hours ago</td>
461
+ <td class="p-3">
462
+ <div class="flex space-x-2">
463
+ <button class="text-xs text-red-500 hover:text-white px-2 py-1 border border-red-500 hover:bg-red-900/30 transition">
464
+ VIEW
465
+ </button>
466
+ <button class="text-xs text-gray-400 hover:text-white px-2 py-1 border border-gray-500 hover:bg-gray-900/30 transition">
467
+ ANALYZE
468
+ </button>
469
+ </div>
470
+ </td>
471
+ </tr>
472
+ </tbody>
473
+ </table>
474
+ </div>
475
+ </div>
476
+ </div>
477
+
478
+ <!-- Footer -->
479
+ <footer class="border-t border-red-900/50 py-8 px-4">
480
+ <div class="container mx-auto flex flex-col md:flex-row justify-between items-center">
481
+ <div class="flex items-center space-x-2 mb-4 md:mb-0">
482
+ <div class="w-2 h-2 rounded-full bg-red-500 pulse-animation"></div>
483
+ <span class="text-sm">RED TEAM OPERATIONS</span>
484
+ </div>
485
+ <div class="text-sm text-gray-400">
486
+ <span class="hidden md:inline-block">|</span> SECURITY CLEARANCE: TOP SECRET
487
+ <span class="hidden md:inline-block">|</span> ACCESS LEVEL: ALPHA-9
488
+ <span class="hidden md:inline-block">|</span> PROJECT NEXUS v4.2.1
489
+ </div>
490
+ </div>
491
+ </footer>
492
+
493
+ <script>
494
+ // Terminal Command Handler
495
+ document.getElementById('command-input').addEventListener('keypress', function(e) {
496
+ if (e.key === 'Enter') {
497
+ const command = this.value.trim();
498
+ const output = document.getElementById('command-output');
499
+
500
+ // Add command to output
501
+ output.innerHTML += `
502
+ <div class="terminal-line">
503
+ <span class="prompt text-green-500">system@nexus:~$</span>
504
+ <span>${command}</span>
505
+ </div>
506
+ `;
507
+
508
+ // Process command
509
+ let response = '';
510
+ switch(command.toLowerCase()) {
511
+ case 'help':
512
+ response = `
513
+ <div class="terminal-line">
514
+ <span class="prompt">></span>
515
+ <span>Available commands:</span>
516
+ </div>
517
+ <div class="terminal-line">
518
+ <span class="prompt">></span>
519
+ <span>scan - Start network scanning</span>
520
+ </div>
521
+ <div class="terminal-line">
522
+ <span class="prompt">></span>
523
+ <span>deploy - Launch attack module</span>
524
+ </div>
525
+ <div class="terminal-line">
526
+ <span class="prompt">></span>
527
+ <span>agents - List active implants</span>
528
+ </div>
529
+ <div class="terminal-line">
530
+ <span class="prompt">></span>
531
+ <span>clear - Reset terminal</span>
532
+ </div>
533
+ `;
534
+ break;
535
+ case 'scan':
536
+ response = `
537
+ <div class="terminal-line">
538
+ <span class="prompt">></span>
539
+ <span>Initiating network scan...</span>
540
+ </div>
541
+ <div class="terminal-line">
542
+ <span class="prompt">></span>
543
+ <span class="text-yellow-300">WARNING: IDS detected on subnet 192.168.1.0/24</span>
544
+ </div>
545
+ <div class="terminal-line">
546
+ <span class="prompt">></span>
547
+ <span>Found 3 vulnerable endpoints:</span>
548
+ </div>
549
+ <div class="terminal-line">
550
+ <span class="prompt">></span>
551
+ <span>192.168.1.45 - Outdated Apache (CVE-2023-25690)</span>
552
+ </div>
553
+ <div class="terminal-line">
554
+ <span class="prompt">></span>
555
+ <span>192.168.1.67 - Open RDP port (3389)</span>
556
+ </div>
557
+ <div class="terminal-line">
558
+ <span class="prompt">></span>
559
+ <span>192.168.1.112 - Default credentials (admin:admin)</span>
560
+ </div>
561
+ `;
562
+ break;
563
+ case 'clear':
564
+ output.innerHTML = '';
565
+ break;
566
+ case '':
567
+ break;
568
+ default:
569
+ response = `
570
+ <div class="terminal-line">
571
+ <span class="prompt">></span>
572
+ <span class="text-red-300">Error: Unknown command '${command}'</span>
573
+ </div>
574
+ `;
575
+ }
576
+
577
+ if (response) {
578
+ output.innerHTML += response;
579
+ }
580
+
581
+ // Clear input and scroll to bottom
582
+ this.value = '';
583
+ output.scrollTop = output.scrollHeight;
584
+ }
585
+ });
586
+
587
+ // Simulate occasional system messages
588
+ setInterval(() => {
589
+ const messages = [
590
+ "New vulnerability detected in target system",
591
+ "Agent #RT-342 active on 192.168.4.67",
592
+ "Blue team scanning detected - evasive maneuvers initiated",
593
+ "Data exfiltration complete (14.7MB transferred)",
594
+ "AI model updated with new phishing templates"
595
+ ];
596
+
597
+ const randomMessage = messages[Math.floor(Math.random() * messages.length)];
598
+ const shouldDisplay = Math.random() > 0.7;
599
+
600
+ if (shouldDisplay) {
601
+ const output = document.getElementById('command-output');
602
+ output.innerHTML += `
603
+ <div class="terminal-line animate__animated animate__fadeIn">
604
+ <span class="prompt">></span>
605
+ <span class="text-yellow-300">SYSTEM: ${randomMessage}</span>
606
+ </div>
607
+ `;
608
+ output.scrollTop = output.scrollHeight;
609
+ }
610
+ }, 10000);
611
+ </script>
612
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - <a href="https://enzostvs-deepsite.hf.space?remix=amgh344/la" style="color: #fff;text-decoration: underline;" target="_blank" >🧬 Remix</a></p></body>
613
+ </html>