voizex commited on
Commit
21ab45d
·
verified ·
1 Parent(s): 15e7437

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +584 -19
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Security
3
- emoji: 🐠
4
- colorFrom: yellow
5
- colorTo: red
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: security
3
+ emoji: 🐳
4
+ colorFrom: pink
5
+ colorTo: blue
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,584 @@
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>ANTIHACK PANEL | Security Dashboard</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');
11
+
12
+ :root {
13
+ --primary: #1e40af;
14
+ --secondary: #1e3a8a;
15
+ --accent: #3b82f6;
16
+ --dark: #0f172a;
17
+ --danger: #ef4444;
18
+ --success: #10b981;
19
+ }
20
+
21
+ body {
22
+ font-family: 'Roboto', sans-serif;
23
+ background-color: #f1f5f9;
24
+ }
25
+
26
+ .logo-font {
27
+ font-family: 'Orbitron', sans-serif;
28
+ }
29
+
30
+ .sidebar {
31
+ transition: all 0.3s ease;
32
+ }
33
+
34
+ .dashboard-card {
35
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
36
+ }
37
+
38
+ .dashboard-card:hover {
39
+ transform: translateY(-5px);
40
+ box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
41
+ }
42
+
43
+ .security-level {
44
+ background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
45
+ }
46
+
47
+ .threat-card {
48
+ border-left: 4px solid var(--danger);
49
+ }
50
+
51
+ .activity-card {
52
+ border-left: 4px solid var(--accent);
53
+ }
54
+
55
+ .scrollbar-hide::-webkit-scrollbar {
56
+ display: none;
57
+ }
58
+
59
+ .scrollbar-hide {
60
+ -ms-overflow-style: none;
61
+ scrollbar-width: none;
62
+ }
63
+
64
+ .blink {
65
+ animation: blink-animation 1.5s steps(5, start) infinite;
66
+ }
67
+
68
+ @keyframes blink-animation {
69
+ to {
70
+ visibility: hidden;
71
+ }
72
+ }
73
+ </style>
74
+ </head>
75
+ <body class="bg-gray-100">
76
+ <div class="flex h-screen overflow-hidden">
77
+ <!-- Sidebar -->
78
+ <div class="sidebar bg-white w-64 border-r border-gray-200 flex flex-col">
79
+ <div class="p-4 border-b border-gray-200">
80
+ <div class="flex items-center space-x-2">
81
+ <div class="w-8 h-8 rounded-full bg-blue-600 flex items-center justify-center">
82
+ <i class="fas fa-shield-alt text-white"></i>
83
+ </div>
84
+ <span class="logo-font text-xl font-bold text-blue-800">ANTIHACK</span>
85
+ </div>
86
+ </div>
87
+
88
+ <div class="flex-1 overflow-y-auto p-4 space-y-4">
89
+ <div>
90
+ <p class="text-xs uppercase text-gray-500 font-semibold mb-2">Dashboard</p>
91
+ <a href="#" class="flex items-center space-x-3 p-2 rounded-lg bg-blue-50 text-blue-700">
92
+ <i class="fas fa-tachometer-alt w-5 text-center"></i>
93
+ <span>Overview</span>
94
+ </a>
95
+ </div>
96
+
97
+ <div>
98
+ <p class="text-xs uppercase text-gray-500 font-semibold mb-2">Security</p>
99
+ <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-gray-100">
100
+ <i class="fas fa-fire w-5 text-center"></i>
101
+ <span>Threat Detection</span>
102
+ </a>
103
+ <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-gray-100">
104
+ <i class="fas fa-shield-virus w-5 text-center"></i>
105
+ <span>Firewall</span>
106
+ </a>
107
+ <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-gray-100">
108
+ <i class="fas fa-user-lock w-5 text-center"></i>
109
+ <span>Access Control</span>
110
+ </a>
111
+ </div>
112
+
113
+ <div>
114
+ <p class="text-xs uppercase text-gray-500 font-semibold mb-2">Monitoring</p>
115
+ <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-gray-100">
116
+ <i class="fas fa-chart-line w-5 text-center"></i>
117
+ <span>Activity Logs</span>
118
+ </a>
119
+ <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-gray-100">
120
+ <i class="fas fa-network-wired w-5 text-center"></i>
121
+ <span>Network Traffic</span>
122
+ </a>
123
+ </div>
124
+
125
+ <div>
126
+ <p class="text-xs uppercase text-gray-500 font-semibold mb-2">Settings</p>
127
+ <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-gray-100">
128
+ <i class="fas fa-cog w-5 text-center"></i>
129
+ <span>System Settings</span>
130
+ </a>
131
+ <a href="#" class="flex items-center space-x-3 p-2 rounded-lg hover:bg-gray-100">
132
+ <i class="fas fa-users-cog w-5 text-center"></i>
133
+ <span>User Management</span>
134
+ </a>
135
+ </div>
136
+ </div>
137
+
138
+ <div class="p-4 border-t border-gray-200">
139
+ <div class="flex items-center space-x-3">
140
+ <div class="w-10 h-10 rounded-full bg-gray-200 flex items-center justify-center">
141
+ <i class="fas fa-user text-gray-600"></i>
142
+ </div>
143
+ <div>
144
+ <p class="font-medium">Admin User</p>
145
+ <p class="text-xs text-gray-500">Super Administrator</p>
146
+ </div>
147
+ </div>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Main Content -->
152
+ <div class="flex-1 overflow-auto">
153
+ <!-- Header -->
154
+ <header class="bg-white border-b border-gray-200 p-4 flex justify-between items-center">
155
+ <div class="flex items-center space-x-4">
156
+ <button class="md:hidden">
157
+ <i class="fas fa-bars text-gray-600"></i>
158
+ </button>
159
+ <h1 class="text-xl font-bold text-gray-800">Security Dashboard</h1>
160
+ </div>
161
+
162
+ <div class="flex items-center space-x-4">
163
+ <div class="relative">
164
+ <button class="p-2 rounded-full hover:bg-gray-100">
165
+ <i class="fas fa-bell text-gray-600"></i>
166
+ <span class="absolute top-0 right-0 w-2 h-2 bg-red-500 rounded-full"></span>
167
+ </button>
168
+ </div>
169
+ <div class="relative">
170
+ <button class="p-2 rounded-full hover:bg-gray-100">
171
+ <i class="fas fa-question-circle text-gray-600"></i>
172
+ </button>
173
+ </div>
174
+ </div>
175
+ </header>
176
+
177
+ <!-- Dashboard Content -->
178
+ <main class="p-6">
179
+ <!-- Status Cards -->
180
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mb-6">
181
+ <div class="dashboard-card bg-white rounded-lg shadow p-6">
182
+ <div class="flex justify-between items-start">
183
+ <div>
184
+ <p class="text-sm text-gray-500">Active Threats</p>
185
+ <h3 class="text-2xl font-bold text-red-500 mt-1">12</h3>
186
+ </div>
187
+ <div class="p-3 rounded-full bg-red-100 text-red-500">
188
+ <i class="fas fa-exclamation-triangle"></i>
189
+ </div>
190
+ </div>
191
+ <div class="mt-4">
192
+ <div class="h-2 bg-gray-200 rounded-full overflow-hidden">
193
+ <div class="h-full bg-red-500 rounded-full" style="width: 60%"></div>
194
+ </div>
195
+ <p class="text-xs text-gray-500 mt-1">Higher than usual</p>
196
+ </div>
197
+ </div>
198
+
199
+ <div class="dashboard-card bg-white rounded-lg shadow p-6">
200
+ <div class="flex justify-between items-start">
201
+ <div>
202
+ <p class="text-sm text-gray-500">Protected Systems</p>
203
+ <h3 class="text-2xl font-bold text-blue-500 mt-1">48</h3>
204
+ </div>
205
+ <div class="p-3 rounded-full bg-blue-100 text-blue-500">
206
+ <i class="fas fa-shield-alt"></i>
207
+ </div>
208
+ </div>
209
+ <div class="mt-4">
210
+ <div class="h-2 bg-gray-200 rounded-full overflow-hidden">
211
+ <div class="h-full bg-blue-500 rounded-full" style="width: 90%"></div>
212
+ </div>
213
+ <p class="text-xs text-gray-500 mt-1">All systems secured</p>
214
+ </div>
215
+ </div>
216
+
217
+ <div class="dashboard-card bg-white rounded-lg shadow p-6">
218
+ <div class="flex justify-between items-start">
219
+ <div>
220
+ <p class="text-sm text-gray-500">Security Events</p>
221
+ <h3 class="text-2xl font-bold text-yellow-500 mt-1">237</h3>
222
+ </div>
223
+ <div class="p-3 rounded-full bg-yellow-100 text-yellow-500">
224
+ <i class="fas fa-bell"></i>
225
+ </div>
226
+ </div>
227
+ <div class="mt-4">
228
+ <div class="h-2 bg-gray-200 rounded-full overflow-hidden">
229
+ <div class="h-full bg-yellow-500 rounded-full" style="width: 45%"></div>
230
+ </div>
231
+ <p class="text-xs text-gray-500 mt-1">5 new since last hour</p>
232
+ </div>
233
+ </div>
234
+
235
+ <div class="dashboard-card bg-white rounded-lg shadow p-6">
236
+ <div class="flex justify-between items-start">
237
+ <div>
238
+ <p class="text-sm text-gray-500">Response Time</p>
239
+ <h3 class="text-2xl font-bold text-green-500 mt-1">0.8s</h3>
240
+ </div>
241
+ <div class="p-3 rounded-full bg-green-100 text-green-500">
242
+ <i class="fas fa-bolt"></i>
243
+ </div>
244
+ </div>
245
+ <div class="mt-4">
246
+ <div class="h-2 bg-gray-200 rounded-full overflow-hidden">
247
+ <div class="h-full bg-green-500 rounded-full" style="width: 95%"></div>
248
+ </div>
249
+ <p class="text-xs text-gray-500 mt-1">Optimal performance</p>
250
+ </div>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Security Level and Threat Map -->
255
+ <div class="grid grid-cols-1 lg:grid-cols-3 gap-6 mb-6">
256
+ <div class="lg:col-span-2 bg-white rounded-lg shadow overflow-hidden">
257
+ <div class="p-6">
258
+ <div class="flex justify-between items-center mb-4">
259
+ <h2 class="text-lg font-bold text-gray-800">Threat Map</h2>
260
+ <div class="flex space-x-2">
261
+ <button class="px-3 py-1 text-xs bg-blue-50 text-blue-600 rounded-full">Live</button>
262
+ <button class="px-3 py-1 text-xs bg-gray-100 text-gray-600 rounded-full">Past 24h</button>
263
+ </div>
264
+ </div>
265
+
266
+ <div class="relative h-64 bg-gray-100 rounded-lg overflow-hidden">
267
+ <div class="absolute inset-0 flex items-center justify-center">
268
+ <div class="text-center">
269
+ <i class="fas fa-globe-americas text-4xl text-gray-300 mb-2"></i>
270
+ <p class="text-gray-400">Loading threat data...</p>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Simulated threat points -->
275
+ <div class="absolute top-1/4 left-1/4 w-3 h-3 bg-red-500 rounded-full animate-pulse"></div>
276
+ <div class="absolute top-1/3 right-1/3 w-3 h-3 bg-red-500 rounded-full animate-pulse"></div>
277
+ <div class="absolute bottom-1/4 left-1/2 w-3 h-3 bg-red-500 rounded-full animate-pulse"></div>
278
+ <div class="absolute top-1/2 right-1/4 w-3 h-3 bg-red-500 rounded-full animate-pulse"></div>
279
+ <div class="absolute bottom-1/3 left-1/3 w-3 h-3 bg-orange-500 rounded-full animate-pulse"></div>
280
+ <div class="absolute top-1/4 right-1/4 w-3 h-3 bg-orange-500 rounded-full animate-pulse"></div>
281
+ </div>
282
+
283
+ <div class="mt-4 grid grid-cols-3 gap-4">
284
+ <div class="text-center">
285
+ <p class="text-sm text-gray-500">Critical</p>
286
+ <p class="font-bold text-red-500">4</p>
287
+ </div>
288
+ <div class="text-center">
289
+ <p class="text-sm text-gray-500">High</p>
290
+ <p class="font-bold text-orange-500">3</p>
291
+ </div>
292
+ <div class="text-center">
293
+ <p class="text-sm text-gray-500">Medium</p>
294
+ <p class="font-bold text-yellow-500">5</p>
295
+ </div>
296
+ </div>
297
+ </div>
298
+ </div>
299
+
300
+ <div class="security-level rounded-lg shadow overflow-hidden text-white">
301
+ <div class="p-6">
302
+ <h2 class="text-lg font-bold mb-4">Security Level</h2>
303
+
304
+ <div class="flex justify-center mb-6">
305
+ <div class="relative w-40 h-40">
306
+ <svg class="w-full h-full" viewBox="0 0 100 100">
307
+ <!-- Background circle -->
308
+ <circle cx="50" cy="50" r="45" fill="none" stroke="#1e3a8a" stroke-width="8"/>
309
+ <!-- Progress circle -->
310
+ <circle cx="50" cy="50" r="45" fill="none" stroke="#3b82f6" stroke-width="8"
311
+ stroke-dasharray="283" stroke-dashoffset="56.6" stroke-linecap="round"/>
312
+ <!-- Center text -->
313
+ <text x="50" y="50" text-anchor="middle" dy=".3em" font-size="24" font-weight="bold">80%</text>
314
+ </svg>
315
+ </div>
316
+ </div>
317
+
318
+ <div class="space-y-3">
319
+ <div class="flex justify-between items-center">
320
+ <span>Firewall</span>
321
+ <div class="flex items-center">
322
+ <i class="fas fa-check-circle text-green-300 mr-1"></i>
323
+ <span>Active</span>
324
+ </div>
325
+ </div>
326
+ <div class="flex justify-between items-center">
327
+ <span>IDS/IPS</span>
328
+ <div class="flex items-center">
329
+ <i class="fas fa-check-circle text-green-300 mr-1"></i>
330
+ <span>Active</span>
331
+ </div>
332
+ </div>
333
+ <div class="flex justify-between items-center">
334
+ <span>Malware Scan</span>
335
+ <div class="flex items-center">
336
+ <i class="fas fa-exclamation-triangle text-yellow-300 mr-1"></i>
337
+ <span>1 Alert</span>
338
+ </div>
339
+ </div>
340
+ <div class="flex justify-between items-center">
341
+ <span>DDoS Protection</span>
342
+ <div class="flex items-center">
343
+ <i class="fas fa-check-circle text-green-300 mr-1"></i>
344
+ <span>Active</span>
345
+ </div>
346
+ </div>
347
+ </div>
348
+
349
+ <button class="mt-6 w-full py-2 bg-blue-400 hover:bg-blue-300 rounded-lg font-medium transition-colors">
350
+ Run Full Scan
351
+ </button>
352
+ </div>
353
+ </div>
354
+ </div>
355
+
356
+ <!-- Recent Threats and Activity Log -->
357
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-6 mb-6">
358
+ <div class="threat-card bg-white rounded-lg shadow overflow-hidden">
359
+ <div class="p-6">
360
+ <div class="flex justify-between items-center mb-4">
361
+ <h2 class="text-lg font-bold text-gray-800">Recent Threats</h2>
362
+ <button class="text-sm text-blue-600 hover:text-blue-800">View All</button>
363
+ </div>
364
+
365
+ <div class="space-y-4">
366
+ <div class="flex items-start">
367
+ <div class="p-2 rounded-full bg-red-100 text-red-500 mr-3">
368
+ <i class="fas fa-skull-crossbones"></i>
369
+ </div>
370
+ <div class="flex-1">
371
+ <div class="flex justify-between">
372
+ <p class="font-medium">SQL Injection Attempt</p>
373
+ <span class="text-xs text-gray-500">2 min ago</span>
374
+ </div>
375
+ <p class="text-sm text-gray-600">From: 192.168.1.45 (Internal)</p>
376
+ <p class="text-xs text-gray-500 mt-1">Target: Customer Database</p>
377
+ </div>
378
+ </div>
379
+
380
+ <div class="flex items-start">
381
+ <div class="p-2 rounded-full bg-orange-100 text-orange-500 mr-3">
382
+ <i class="fas fa-bug"></i>
383
+ </div>
384
+ <div class="flex-1">
385
+ <div class="flex justify-between">
386
+ <p class="font-medium">Brute Force Attack</p>
387
+ <span class="text-xs text-gray-500">15 min ago</span>
388
+ </div>
389
+ <p class="text-sm text-gray-600">From: 45.227.253.109 (Russia)</p>
390
+ <p class="text-xs text-gray-500 mt-1">Target: Admin Login Page</p>
391
+ </div>
392
+ </div>
393
+
394
+ <div class="flex items-start">
395
+ <div class="p-2 rounded-full bg-yellow-100 text-yellow-500 mr-3">
396
+ <i class="fas fa-virus"></i>
397
+ </div>
398
+ <div class="flex-1">
399
+ <div class="flex justify-between">
400
+ <p class="font-medium">Malware Detected</p>
401
+ <span class="text-xs text-gray-500">1 hour ago</span>
402
+ </div>
403
+ <p class="text-sm text-gray-600">File: invoice.exe</p>
404
+ <p class="text-xs text-gray-500 mt-1">Location: Marketing/JohnD</p>
405
+ </div>
406
+ </div>
407
+
408
+ <div class="flex items-start">
409
+ <div class="p-2 rounded-full bg-purple-100 text-purple-500 mr-3">
410
+ <i class="fas fa-network-wired"></i>
411
+ </div>
412
+ <div class="flex-1">
413
+ <div class="flex justify-between">
414
+ <p class="font-medium">Port Scanning</p>
415
+ <span class="text-xs text-gray-500">3 hours ago</span>
416
+ </div>
417
+ <p class="text-sm text-gray-600">From: 103.216.82.18 (China)</p>
418
+ <p class="text-xs text-gray-500 mt-1">Ports: 22, 80, 443, 3389</p>
419
+ </div>
420
+ </div>
421
+ </div>
422
+ </div>
423
+ </div>
424
+
425
+ <div class="activity-card bg-white rounded-lg shadow overflow-hidden">
426
+ <div class="p-6">
427
+ <div class="flex justify-between items-center mb-4">
428
+ <h2 class="text-lg font-bold text-gray-800">Activity Log</h2>
429
+ <button class="text-sm text-blue-600 hover:text-blue-800">View All</button>
430
+ </div>
431
+
432
+ <div class="space-y-4 max-h-96 overflow-y-auto scrollbar-hide">
433
+ <div class="flex items-start">
434
+ <div class="p-2 rounded-full bg-blue-100 text-blue-500 mr-3">
435
+ <i class="fas fa-shield-alt"></i>
436
+ </div>
437
+ <div class="flex-1">
438
+ <div class="flex justify-between">
439
+ <p class="font-medium">Firewall Rule Updated</p>
440
+ <span class="text-xs text-gray-500">5 min ago</span>
441
+ </div>
442
+ <p class="text-sm text-gray-600">User: admin</p>
443
+ <p class="text-xs text-gray-500 mt-1">Blocked IP range: 103.216.82.0/24</p>
444
+ </div>
445
+ </div>
446
+
447
+ <div class="flex items-start">
448
+ <div class="p-2 rounded-full bg-green-100 text-green-500 mr-3">
449
+ <i class="fas fa-check-circle"></i>
450
+ </div>
451
+ <div class="flex-1">
452
+ <div class="flex justify-between">
453
+ <p class="font-medium">System Scan Completed</p>
454
+ <span class="text-xs text-gray-500">27 min ago</span>
455
+ </div>
456
+ <p class="text-sm text-gray-600">Status: Clean</p>
457
+ <p class="text-xs text-gray-500 mt-1">Scanned: 48,392 files</p>
458
+ </div>
459
+ </div>
460
+
461
+ <div class="flex items-start">
462
+ <div class="p-2 rounded-full bg-indigo-100 text-indigo-500 mr-3">
463
+ <i class="fas fa-user-plus"></i>
464
+ </div>
465
+ <div class="flex-1">
466
+ <div class="flex justify-between">
467
+ <p class="font-medium">New User Added</p>
468
+ <span class="text-xs text-gray-500">1 hour ago</span>
469
+ </div>
470
+ <p class="text-sm text-gray-600">Username: jsmith</p>
471
+ <p class="text-xs text-gray-500 mt-1">Role: Security Analyst</p>
472
+ </div>
473
+ </div>
474
+
475
+ <div class="flex items-start">
476
+ <div class="p-2 rounded-full bg-teal-100 text-teal-500 mr-3">
477
+ <i class="fas fa-cloud-download-alt"></i>
478
+ </div>
479
+ <div class="flex-1">
480
+ <div class="flex justify-between">
481
+ <p class="font-medium">Security Update</p>
482
+ <span class="text-xs text-gray-500">2 hours ago</span>
483
+ </div>
484
+ <p class="text-sm text-gray-600">Version: 2.4.1</p>
485
+ <p class="text-xs text-gray-500 mt-1">Patched 3 vulnerabilities</p>
486
+ </div>
487
+ </div>
488
+
489
+ <div class="flex items-start">
490
+ <div class="p-2 rounded-full bg-pink-100 text-pink-500 mr-3">
491
+ <i class="fas fa-lock"></i>
492
+ </div>
493
+ <div class="flex-1">
494
+ <div class="flex justify-between">
495
+ <p class="font-medium">Password Changed</p>
496
+ <span class="text-xs text-gray-500">3 hours ago</span>
497
+ </div>
498
+ <p class="text-sm text-gray-600">User: mwilson</p>
499
+ <p class="text-xs text-gray-500 mt-1">Forced password reset</p>
500
+ </div>
501
+ </div>
502
+ </div>
503
+ </div>
504
+ </div>
505
+ </div>
506
+
507
+ <!-- Quick Actions -->
508
+ <div class="bg-white rounded-lg shadow p-6 mb-6">
509
+ <h2 class="text-lg font-bold text-gray-800 mb-4">Quick Actions</h2>
510
+
511
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-4">
512
+ <button class="flex flex-col items-center p-4 rounded-lg bg-gray-50 hover:bg-gray-100 transition-colors">
513
+ <div class="p-3 rounded-full bg-blue-100 text-blue-500 mb-2">
514
+ <i class="fas fa-search"></i>
515
+ </div>
516
+ <span class="text-sm font-medium">Scan Now</span>
517
+ </button>
518
+
519
+ <button class="flex flex-col items-center p-4 rounded-lg bg-gray-50 hover:bg-gray-100 transition-colors">
520
+ <div class="p-3 rounded-full bg-green-100 text-green-500 mb-2">
521
+ <i class="fas fa-shield-alt"></i>
522
+ </div>
523
+ <span class="text-sm font-medium">Enable Firewall</span>
524
+ </button>
525
+
526
+ <button class="flex flex-col items-center p-4 rounded-lg bg-gray-50 hover:bg-gray-100 transition-colors">
527
+ <div class="p-3 rounded-full bg-purple-100 text-purple-500 mb-2">
528
+ <i class="fas fa-user-lock"></i>
529
+ </div>
530
+ <span class="text-sm font-medium">Lock System</span>
531
+ </button>
532
+
533
+ <button class="flex flex-col items-center p-4 rounded-lg bg-gray-50 hover:bg-gray-100 transition-colors">
534
+ <div class="p-3 rounded-full bg-red-100 text-red-500 mb-2">
535
+ <i class="fas fa-bell-slash"></i>
536
+ </div>
537
+ <span class="text-sm font-medium">Silence Alerts</span>
538
+ </button>
539
+ </div>
540
+ </div>
541
+ </main>
542
+ </div>
543
+ </div>
544
+
545
+ <script>
546
+ // Toggle mobile menu
547
+ document.querySelector('header button').addEventListener('click', function() {
548
+ document.querySelector('.sidebar').classList.toggle('hidden');
549
+ document.querySelector('.sidebar').classList.toggle('block');
550
+ });
551
+
552
+ // Simulate live threat updates
553
+ setInterval(function() {
554
+ const threatCount = document.querySelector('.threat-card h3');
555
+ const currentCount = parseInt(threatCount.textContent);
556
+ const newCount = currentCount + (Math.random() > 0.7 ? 1 : 0);
557
+ if (newCount !== currentCount) {
558
+ threatCount.textContent = newCount;
559
+ threatCount.classList.add('animate-pulse');
560
+ setTimeout(() => threatCount.classList.remove('animate-pulse'), 1000);
561
+ }
562
+ }, 5000);
563
+
564
+ // Update security level animation
565
+ let securityLevel = 80;
566
+ const securityCircle = document.querySelector('circle[stroke-dashoffset]');
567
+
568
+ setInterval(function() {
569
+ securityLevel = Math.max(70, Math.min(90, securityLevel + (Math.random() * 4 - 2)));
570
+ const offset = 283 * (1 - securityLevel / 100);
571
+ securityCircle.setAttribute('stroke-dashoffset', offset);
572
+ document.querySelector('.security-level text').textContent = Math.round(securityLevel) + '%';
573
+ }, 3000);
574
+
575
+ // Add blinking effect to critical alerts
576
+ const criticalIcons = document.querySelectorAll('.fa-skull-crossbones');
577
+ criticalIcons.forEach(icon => {
578
+ setInterval(() => {
579
+ icon.classList.toggle('blink');
580
+ }, 2000);
581
+ });
582
+ </script>
583
+ <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=voizex/security" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
584
+ </html>
prompts.txt ADDED
File without changes