PeterAdel commited on
Commit
4bb86bb
·
verified ·
1 Parent(s): 843add9

Add 2 files

Browse files
Files changed (2) hide show
  1. index.html +200 -83
  2. prompts.txt +2 -1
index.html CHANGED
@@ -36,7 +36,7 @@
36
 
37
  .data-line {
38
  position: absolute;
39
- height: 2px;
40
  background: linear-gradient(90deg, transparent, #00ff41, transparent);
41
  transform-origin: left;
42
  z-index: 0;
@@ -105,14 +105,40 @@
105
  transform-origin: left;
106
  z-index: -1;
107
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
  </style>
109
  </head>
110
  <body class="relative">
111
  <div class="matrix-bg"></div>
112
  <div class="scanline"></div>
113
 
 
 
 
114
  <!-- Header -->
115
- <header class="border-b border-green-500 border-opacity-30 py-4 px-6 flex justify-between items-center">
116
  <div class="flex items-center">
117
  <div class="w-3 h-3 rounded-full bg-red-500 mr-2 pulse"></div>
118
  <h1 class="text-xl glow">XKEYSCORE v4.2.7</h1>
@@ -123,13 +149,13 @@
123
  </div>
124
  <div class="text-xs">
125
  <span class="mr-2">USER: OPERATOR_████</span>
126
- <span>SESSION: {new Date().toISOString()}</span>
127
  </div>
128
  </header>
129
 
130
- <main class="container mx-auto px-4 py-6 grid grid-cols-1 lg:grid-cols-3 gap-6 relative">
131
  <!-- Target Profile Section -->
132
- <div class="lg:col-span-1 terminal-border p-4 relative overflow-hidden">
133
  <div class="absolute top-0 left-0 w-full h-4 bg-black bg-opacity-70 flex items-center px-2">
134
  <div class="w-2 h-2 rounded-full bg-red-500 mr-1"></div>
135
  <div class="w-2 h-2 rounded-full bg-yellow-500 mr-1"></div>
@@ -139,45 +165,63 @@
139
  <h2 class="text-lg mb-4 mt-6 glow">TARGET PROFILE</h2>
140
 
141
  <div class="flex flex-col items-center mb-6">
142
- <div class="w-32 h-32 rounded-full overflow-hidden mb-4 profile-shadow">
143
  <img src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=128&q=80"
144
  alt="Target"
145
- class="w-full h-full object-cover grayscale contrast-125">
 
146
  </div>
147
  <h3 class="text-xl glow">JASON ███████</h3>
148
  <p class="text-xs text-green-300">ALIAS: "NEON_SHADOW"</p>
 
 
149
  </div>
150
 
151
  <div class="grid grid-cols-1 gap-4">
152
  <div>
153
- <h4 class="text-sm text-green-300 mb-1">PERSONAL DETAILS</h4>
 
 
154
  <p class="text-xs">DOB: 1989-04-15</p>
155
  <p class="text-xs">POB: SAN FRANCISCO, CA</p>
156
  <p class="text-xs">SSN: ███-██-████</p>
 
157
  </div>
158
 
159
  <div>
160
- <h4 class="text-sm text-green-300 mb-1">KNOWN ADDRESSES</h4>
 
 
161
  <p class="text-xs">PRIMARY: 1815 █████ ST, APT ██, SF, CA</p>
162
  <p class="text-xs">SECONDARY: 890 █████ AVE, PORTLAND, OR</p>
 
163
  </div>
164
 
165
  <div>
166
- <h4 class="text-sm text-green-300 mb-1">FAMILY CONNECTIONS</h4>
 
 
167
  <p class="text-xs">SPOUSE: EMMA ███████ (b. 1991)</p>
168
  <p class="text-xs">SIBLING: MICHAEL ███████ (b. 1986)</p>
 
 
169
  </div>
170
 
171
  <div>
172
- <h4 class="text-sm text-green-300 mb-1">DIGITAL FOOTPRINT</h4>
 
 
173
  <div class="flex space-x-4 mt-2">
174
- <a href="#" class="text-green-400 hover:text-green-200"><i class="fab fa-twitter"></i></a>
175
- <a href="#" class="text-green-400 hover:text-green-200"><i class="fab fa-facebook"></i></a>
176
- <a href="#" class="text-green-400 hover:text-green-200"><i class="fab fa-instagram"></i></a>
177
- <a href="#" class="text-green-400 hover:text-green-200"><i class="fab fa-linkedin"></i></a>
178
- <a href="#" class="text-green-400 hover:text-green-200"><i class="fab fa-github"></i></a>
 
179
  </div>
180
  <p class="text-xs mt-2">ONLINE HANDLES: @neonshadow, @jasonx89</p>
 
 
181
  </div>
182
  </div>
183
  </div>
@@ -185,14 +229,14 @@
185
  <!-- Main Surveillance Section -->
186
  <div class="lg:col-span-2 grid grid-cols-1 gap-6">
187
  <!-- Activity Log -->
188
- <div class="terminal-border p-4 relative">
189
  <div class="absolute top-0 left-0 w-full h-4 bg-black bg-opacity-70 flex items-center px-2">
190
  <div class="w-2 h-2 rounded-full bg-red-500 mr-1"></div>
191
  <div class="w-2 h-2 rounded-full bg-yellow-500 mr-1"></div>
192
  <div class="w-2 h-2 rounded-full bg-green-500"></div>
193
  </div>
194
 
195
- <h2 class="text-lg mb-4 mt-6 glow">ACTIVITY LOG</h2>
196
 
197
  <div class="overflow-y-auto max-h-64">
198
  <div class="grid grid-cols-12 gap-2 text-xs mb-2 border-b border-green-500 border-opacity-30 pb-1">
@@ -205,7 +249,7 @@
205
  <div class="grid grid-cols-12 gap-2 text-xs py-1 hover:bg-black hover:bg-opacity-30">
206
  <div class="col-span-2 text-green-300">2023-07-15 14:32</div>
207
  <div class="col-span-3">CAFE █████ (SF)</div>
208
- <div class="col-span-4">Accessed ███████.onion</div>
209
  <div class="col-span-3">iPhone 13 Pro</div>
210
  </div>
211
 
@@ -233,7 +277,7 @@
233
  <div class="grid grid-cols-12 gap-2 text-xs py-1 hover:bg-black hover:bg-opacity-30">
234
  <div class="col-span-2 text-green-300">2023-07-14 19:30</div>
235
  <div class="col-span-3">GYM ███████</div>
236
- <div class="col-span-4">Received call from ███-███-████</div>
237
  <div class="col-span-3">iPhone 13 Pro</div>
238
  </div>
239
 
@@ -243,55 +287,43 @@
243
  <div class="col-span-4">Accessed GitHub: pushed to ███████ repo</div>
244
  <div class="col-span-3">MacBook Pro</div>
245
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
246
  </div>
247
  </div>
248
 
249
  <!-- Data Visualization -->
250
  <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
251
  <!-- Network Graph -->
252
- <div class="terminal-border p-4 relative">
253
  <div class="absolute top-0 left-0 w-full h-4 bg-black bg-opacity-70 flex items-center px-2">
254
  <div class="w-2 h-2 rounded-full bg-red-500 mr-1"></div>
255
  <div class="w-2 h-2 rounded-full bg-yellow-500 mr-1"></div>
256
  <div class="w-2 h-2 rounded-full bg-green-500"></div>
257
  </div>
258
 
259
- <h2 class="text-lg mb-4 mt-6 glow">SOCIAL NETWORK</h2>
260
 
261
  <div class="flex justify-center items-center h-48">
262
- <div class="relative w-full h-full">
263
  <!-- Center node (target) -->
264
  <div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 w-8 h-8 rounded-full bg-red-500 flex items-center justify-center text-xs glow">
265
  T
266
  </div>
267
 
268
- <!-- Connection lines -->
269
- <div class="connection-line" style="width: 60px; top: 50%; left: 50%; transform: rotate(30deg);"></div>
270
- <div class="connection-line" style="width: 60px; top: 50%; left: 50%; transform: rotate(90deg);"></div>
271
- <div class="connection-line" style="width: 60px; top: 50%; left: 50%; transform: rotate(150deg);"></div>
272
- <div class="connection-line" style="width: 60px; top: 50%; left: 50%; transform: rotate(210deg);"></div>
273
- <div class="connection-line" style="width: 60px; top: 50%; left: 50%; transform: rotate(270deg);"></div>
274
- <div class="connection-line" style="width: 60px; top: 50%; left: 50%; transform: rotate(330deg);"></div>
275
-
276
- <!-- Connected nodes -->
277
- <div class="absolute top-1/4 left-1/4 w-6 h-6 rounded-full bg-blue-500 flex items-center justify-center text-xs glow">
278
- 1
279
- </div>
280
- <div class="absolute top-1/4 right-1/4 w-6 h-6 rounded-full bg-blue-500 flex items-center justify-center text-xs glow">
281
- 2
282
- </div>
283
- <div class="absolute bottom-1/4 left-1/4 w-6 h-6 rounded-full bg-blue-500 flex items-center justify-center text-xs glow">
284
- 3
285
- </div>
286
- <div class="absolute bottom-1/4 right-1/4 w-6 h-6 rounded-full bg-blue-500 flex items-center justify-center text-xs glow">
287
- 4
288
- </div>
289
- <div class="absolute top-3/4 left-1/2 w-6 h-6 rounded-full bg-blue-500 flex items-center justify-center text-xs glow">
290
- 5
291
- </div>
292
- <div class="absolute bottom-3/4 left-1/2 w-6 h-6 rounded-full bg-blue-500 flex items-center justify-center text-xs glow">
293
- 6
294
- </div>
295
  </div>
296
  </div>
297
 
@@ -312,7 +344,7 @@
312
  </div>
313
 
314
  <!-- Threat Assessment -->
315
- <div class="terminal-border p-4 relative">
316
  <div class="absolute top-0 left-0 w-full h-4 bg-black bg-opacity-70 flex items-center px-2">
317
  <div class="w-2 h-2 rounded-full bg-red-500 mr-1"></div>
318
  <div class="w-2 h-2 rounded-full bg-yellow-500 mr-1"></div>
@@ -364,63 +396,148 @@
364
  </div>
365
 
366
  <div class="mt-4 p-2 alert-border">
367
- <h3 class="text-sm text-red-400 red-glow mb-1">SECURITY ALERT</h3>
 
 
368
  <p class="text-xs">Target has accessed TOR network 3 times in last 24 hours. Possible coordination with known entities of interest.</p>
369
  </div>
370
  </div>
371
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
372
  </div>
373
  </main>
374
 
375
  <!-- Footer -->
376
- <footer class="border-t border-green-500 border-opacity-30 py-4 px-6 text-xs text-center">
377
  <div class="flex justify-center space-x-6 mb-2">
378
  <span>SYSTEM STATUS: <span class="text-green-400">OPERATIONAL</span></span>
379
  <span>DATA SOURCES: <span class="text-green-400">12 ACTIVE</span></span>
380
- <span>LAST UPDATE: <span class="text-green-400">{new Date().toISOString()}</span></span>
381
  </div>
382
  <div>
383
  <span class="text-gray-500">XKEYSCORE SURVEILLANCE SYSTEM - TOP SECRET//COMINT//NOFORN</span>
384
  </div>
385
  </footer>
386
 
387
- <!-- Connection lines animation -->
388
  <script>
389
- // Animate connection lines
390
- const connectionLines = document.querySelectorAll('.connection-line');
391
- connectionLines.forEach(line => {
392
- const duration = Math.random() * 2000 + 1000;
393
- setInterval(() => {
394
- line.style.opacity = Math.random() * 0.5 + 0.5;
395
- }, duration);
396
- });
 
 
397
 
398
- // Random data line generation
399
- function createDataLine() {
400
- const line = document.createElement('div');
401
- line.className = 'data-line';
402
-
403
- const startX = Math.random() * window.innerWidth;
404
- const startY = Math.random() * window.innerHeight;
405
- const endX = Math.random() * window.innerWidth;
406
- const endY = Math.random() * window.innerHeight;
407
-
408
- const length = Math.sqrt(Math.pow(endX - startX, 2) + Math.pow(endY - startY, 2));
409
- const angle = Math.atan2(endY - startY, endX - startX) * 180 / Math.PI;
410
 
411
- line.style.width = `${length}px`;
412
- line.style.left = `${startX}px`;
413
- line.style.top = `${startY}px`;
414
- line.style.transform = `rotate(${angle}deg)`;
 
415
 
416
- document.body.appendChild(line);
 
417
 
418
  setTimeout(() => {
419
- line.remove();
420
- }, 2000);
421
  }
422
 
423
- setInterval(createDataLine, 100);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
424
 
425
  // Terminal flicker effect
426
  const terminals = document.querySelectorAll('.terminal-border');
 
36
 
37
  .data-line {
38
  position: absolute;
39
+ height: 1px;
40
  background: linear-gradient(90deg, transparent, #00ff41, transparent);
41
  transform-origin: left;
42
  z-index: 0;
 
105
  transform-origin: left;
106
  z-index: -1;
107
  }
108
+
109
+ .code-rain {
110
+ position: absolute;
111
+ color: #00ff41;
112
+ opacity: 0.1;
113
+ z-index: 0;
114
+ }
115
+
116
+ .digital-face {
117
+ position: relative;
118
+ filter: grayscale(100%) contrast(150%) brightness(0.8);
119
+ background: linear-gradient(45deg, #0a0a0a 25%, #00ff41 25%, #00ff41 50%, #0a0a0a 50%, #0a0a0a 75%, #00ff41 75%);
120
+ background-size: 4px 4px;
121
+ }
122
+
123
+ .data-point {
124
+ position: absolute;
125
+ width: 4px;
126
+ height: 4px;
127
+ background-color: #00ff41;
128
+ border-radius: 50%;
129
+ z-index: 1;
130
+ }
131
  </style>
132
  </head>
133
  <body class="relative">
134
  <div class="matrix-bg"></div>
135
  <div class="scanline"></div>
136
 
137
+ <!-- Code rain effect -->
138
+ <div id="code-rain-container"></div>
139
+
140
  <!-- Header -->
141
+ <header class="border-b border-green-500 border-opacity-30 py-4 px-6 flex justify-between items-center relative z-10">
142
  <div class="flex items-center">
143
  <div class="w-3 h-3 rounded-full bg-red-500 mr-2 pulse"></div>
144
  <h1 class="text-xl glow">XKEYSCORE v4.2.7</h1>
 
149
  </div>
150
  <div class="text-xs">
151
  <span class="mr-2">USER: OPERATOR_████</span>
152
+ <span>SESSION: <span id="session-time">00:00:00</span></span>
153
  </div>
154
  </header>
155
 
156
+ <main class="container mx-auto px-4 py-6 grid grid-cols-1 lg:grid-cols-3 gap-6 relative z-10">
157
  <!-- Target Profile Section -->
158
+ <div class="lg:col-span-1 terminal-border p-4 relative overflow-hidden flicker">
159
  <div class="absolute top-0 left-0 w-full h-4 bg-black bg-opacity-70 flex items-center px-2">
160
  <div class="w-2 h-2 rounded-full bg-red-500 mr-1"></div>
161
  <div class="w-2 h-2 rounded-full bg-yellow-500 mr-1"></div>
 
165
  <h2 class="text-lg mb-4 mt-6 glow">TARGET PROFILE</h2>
166
 
167
  <div class="flex flex-col items-center mb-6">
168
+ <div class="w-32 h-32 rounded-full overflow-hidden mb-4 profile-shadow digital-face relative">
169
  <img src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=128&q=80"
170
  alt="Target"
171
+ class="w-full h-full object-cover">
172
+ <div class="absolute inset-0 border border-green-500 opacity-30 rounded-full"></div>
173
  </div>
174
  <h3 class="text-xl glow">JASON ███████</h3>
175
  <p class="text-xs text-green-300">ALIAS: "NEON_SHADOW"</p>
176
+ <div class="w-full h-px bg-green-500 bg-opacity-30 my-2"></div>
177
+ <p class="text-xs text-red-400 red-glow">THREAT LEVEL: HIGH</p>
178
  </div>
179
 
180
  <div class="grid grid-cols-1 gap-4">
181
  <div>
182
+ <h4 class="text-sm text-green-300 mb-1 flex items-center">
183
+ <i class="fas fa-id-card mr-2"></i> PERSONAL DETAILS
184
+ </h4>
185
  <p class="text-xs">DOB: 1989-04-15</p>
186
  <p class="text-xs">POB: SAN FRANCISCO, CA</p>
187
  <p class="text-xs">SSN: ███-██-████</p>
188
+ <p class="text-xs">HEIGHT: 5'11" | WEIGHT: 180lbs</p>
189
  </div>
190
 
191
  <div>
192
+ <h4 class="text-sm text-green-300 mb-1 flex items-center">
193
+ <i class="fas fa-map-marker-alt mr-2"></i> KNOWN ADDRESSES
194
+ </h4>
195
  <p class="text-xs">PRIMARY: 1815 █████ ST, APT ██, SF, CA</p>
196
  <p class="text-xs">SECONDARY: 890 █████ AVE, PORTLAND, OR</p>
197
+ <p class="text-xs">WORK: ███████ TECH, 455 █████ BLVD, SF</p>
198
  </div>
199
 
200
  <div>
201
+ <h4 class="text-sm text-green-300 mb-1 flex items-center">
202
+ <i class="fas fa-users mr-2"></i> FAMILY CONNECTIONS
203
+ </h4>
204
  <p class="text-xs">SPOUSE: EMMA ███████ (b. 1991)</p>
205
  <p class="text-xs">SIBLING: MICHAEL ███████ (b. 1986)</p>
206
+ <p class="text-xs">FATHER: ROBERT ███████ (b. 1958)</p>
207
+ <p class="text-xs">MOTHER: LISA ███████ (b. 1960)</p>
208
  </div>
209
 
210
  <div>
211
+ <h4 class="text-sm text-green-300 mb-1 flex items-center">
212
+ <i class="fas fa-network-wired mr-2"></i> DIGITAL FOOTPRINT
213
+ </h4>
214
  <div class="flex space-x-4 mt-2">
215
+ <a href="#" class="text-green-400 hover:text-green-200" title="Twitter"><i class="fab fa-twitter"></i></a>
216
+ <a href="#" class="text-green-400 hover:text-green-200" title="Facebook"><i class="fab fa-facebook"></i></a>
217
+ <a href="#" class="text-green-400 hover:text-green-200" title="Instagram"><i class="fab fa-instagram"></i></a>
218
+ <a href="#" class="text-green-400 hover:text-green-200" title="LinkedIn"><i class="fab fa-linkedin"></i></a>
219
+ <a href="#" class="text-green-400 hover:text-green-200" title="GitHub"><i class="fab fa-github"></i></a>
220
+ <a href="#" class="text-green-400 hover:text-green-200" title="Signal"><i class="fas fa-comment"></i></a>
221
  </div>
222
  <p class="text-xs mt-2">ONLINE HANDLES: @neonshadow, @jasonx89</p>
223
+ <p class="text-xs">EMAILS: j.██████@protonmail.com, jasonx@██████.com</p>
224
+ <p class="text-xs">PHONE: ███-███-████ (burner: ███-███-████)</p>
225
  </div>
226
  </div>
227
  </div>
 
229
  <!-- Main Surveillance Section -->
230
  <div class="lg:col-span-2 grid grid-cols-1 gap-6">
231
  <!-- Activity Log -->
232
+ <div class="terminal-border p-4 relative flicker">
233
  <div class="absolute top-0 left-0 w-full h-4 bg-black bg-opacity-70 flex items-center px-2">
234
  <div class="w-2 h-2 rounded-full bg-red-500 mr-1"></div>
235
  <div class="w-2 h-2 rounded-full bg-yellow-500 mr-1"></div>
236
  <div class="w-2 h-2 rounded-full bg-green-500"></div>
237
  </div>
238
 
239
+ <h2 class="text-lg mb-4 mt-6 glow">ACTIVITY LOG <span class="text-xs text-green-300">(LAST 72 HOURS)</span></h2>
240
 
241
  <div class="overflow-y-auto max-h-64">
242
  <div class="grid grid-cols-12 gap-2 text-xs mb-2 border-b border-green-500 border-opacity-30 pb-1">
 
249
  <div class="grid grid-cols-12 gap-2 text-xs py-1 hover:bg-black hover:bg-opacity-30">
250
  <div class="col-span-2 text-green-300">2023-07-15 14:32</div>
251
  <div class="col-span-3">CAFE █████ (SF)</div>
252
+ <div class="col-span-4">Accessed ███████.onion via TOR</div>
253
  <div class="col-span-3">iPhone 13 Pro</div>
254
  </div>
255
 
 
277
  <div class="grid grid-cols-12 gap-2 text-xs py-1 hover:bg-black hover:bg-opacity-30">
278
  <div class="col-span-2 text-green-300">2023-07-14 19:30</div>
279
  <div class="col-span-3">GYM ███████</div>
280
+ <div class="col-span-4">Received call from ███-███-████ (burner)</div>
281
  <div class="col-span-3">iPhone 13 Pro</div>
282
  </div>
283
 
 
287
  <div class="col-span-4">Accessed GitHub: pushed to ███████ repo</div>
288
  <div class="col-span-3">MacBook Pro</div>
289
  </div>
290
+
291
+ <div class="grid grid-cols-12 gap-2 text-xs py-1 hover:bg-black hover:bg-opacity-30">
292
+ <div class="col-span-2 text-green-300">2023-07-14 11:05</div>
293
+ <div class="col-span-3">TRANSIT (BART)</div>
294
+ <div class="col-span-4">Sent encrypted message via Signal</div>
295
+ <div class="col-span-3">iPhone 13 Pro</div>
296
+ </div>
297
+
298
+ <div class="grid grid-cols-12 gap-2 text-xs py-1 hover:bg-black hover:bg-opacity-30">
299
+ <div class="col-span-2 text-green-300">2023-07-13 23:30</div>
300
+ <div class="col-span-3">HOME (WIFI)</div>
301
+ <div class="col-span-4">Accessed ████████.onion wallet</div>
302
+ <div class="col-span-3">Linux Desktop</div>
303
+ </div>
304
  </div>
305
  </div>
306
 
307
  <!-- Data Visualization -->
308
  <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
309
  <!-- Network Graph -->
310
+ <div class="terminal-border p-4 relative flicker">
311
  <div class="absolute top-0 left-0 w-full h-4 bg-black bg-opacity-70 flex items-center px-2">
312
  <div class="w-2 h-2 rounded-full bg-red-500 mr-1"></div>
313
  <div class="w-2 h-2 rounded-full bg-yellow-500 mr-1"></div>
314
  <div class="w-2 h-2 rounded-full bg-green-500"></div>
315
  </div>
316
 
317
+ <h2 class="text-lg mb-4 mt-6 glow">SOCIAL NETWORK MAP</h2>
318
 
319
  <div class="flex justify-center items-center h-48">
320
+ <div class="relative w-full h-full" id="network-graph">
321
  <!-- Center node (target) -->
322
  <div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 w-8 h-8 rounded-full bg-red-500 flex items-center justify-center text-xs glow">
323
  T
324
  </div>
325
 
326
+ <!-- Connection lines will be added by JS -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
327
  </div>
328
  </div>
329
 
 
344
  </div>
345
 
346
  <!-- Threat Assessment -->
347
+ <div class="terminal-border p-4 relative flicker">
348
  <div class="absolute top-0 left-0 w-full h-4 bg-black bg-opacity-70 flex items-center px-2">
349
  <div class="w-2 h-2 rounded-full bg-red-500 mr-1"></div>
350
  <div class="w-2 h-2 rounded-full bg-yellow-500 mr-1"></div>
 
396
  </div>
397
 
398
  <div class="mt-4 p-2 alert-border">
399
+ <h3 class="text-sm text-red-400 red-glow mb-1 flex items-center">
400
+ <i class="fas fa-exclamation-triangle mr-2"></i> SECURITY ALERT
401
+ </h3>
402
  <p class="text-xs">Target has accessed TOR network 3 times in last 24 hours. Possible coordination with known entities of interest.</p>
403
  </div>
404
  </div>
405
  </div>
406
+
407
+ <!-- Data Analysis -->
408
+ <div class="terminal-border p-4 relative flicker">
409
+ <div class="absolute top-0 left-0 w-full h-4 bg-black bg-opacity-70 flex items-center px-2">
410
+ <div class="w-2 h-2 rounded-full bg-red-500 mr-1"></div>
411
+ <div class="w-2 h-2 rounded-full bg-yellow-500 mr-1"></div>
412
+ <div class="w-2 h-2 rounded-full bg-green-500"></div>
413
+ </div>
414
+
415
+ <h2 class="text-lg mb-4 mt-6 glow">COMMUNICATION ANALYSIS</h2>
416
+
417
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-4">
418
+ <div class="text-center">
419
+ <div class="text-2xl glow">73%</div>
420
+ <div class="text-xs text-green-300">ENCRYPTED TRAFFIC</div>
421
+ </div>
422
+ <div class="text-center">
423
+ <div class="text-2xl glow">12</div>
424
+ <div class="text-xs text-green-300">SUSPICIOUS CONTACTS</div>
425
+ </div>
426
+ <div class="text-center">
427
+ <div class="text-2xl glow">8</div>
428
+ <div class="text-xs text-green-300">TOR SESSIONS (7D)</div>
429
+ </div>
430
+ </div>
431
+
432
+ <div class="mt-4 h-32 relative" id="data-graph">
433
+ <!-- Data visualization will be added by JS -->
434
+ </div>
435
+ </div>
436
  </div>
437
  </main>
438
 
439
  <!-- Footer -->
440
+ <footer class="border-t border-green-500 border-opacity-30 py-4 px-6 text-xs text-center relative z-10">
441
  <div class="flex justify-center space-x-6 mb-2">
442
  <span>SYSTEM STATUS: <span class="text-green-400">OPERATIONAL</span></span>
443
  <span>DATA SOURCES: <span class="text-green-400">12 ACTIVE</span></span>
444
+ <span>LAST UPDATE: <span class="text-green-400" id="last-update">00:00:00</span></span>
445
  </div>
446
  <div>
447
  <span class="text-gray-500">XKEYSCORE SURVEILLANCE SYSTEM - TOP SECRET//COMINT//NOFORN</span>
448
  </div>
449
  </footer>
450
 
451
+ <!-- JavaScript for dynamic effects -->
452
  <script>
453
+ // Session timer
454
+ let seconds = 0;
455
+ setInterval(() => {
456
+ seconds++;
457
+ const hours = Math.floor(seconds / 3600).toString().padStart(2, '0');
458
+ const mins = Math.floor((seconds % 3600) / 60).toString().padStart(2, '0');
459
+ const secs = (seconds % 60).toString().padStart(2, '0');
460
+ document.getElementById('session-time').textContent = `${hours}:${mins}:${secs}`;
461
+ document.getElementById('last-update').textContent = new Date().toLocaleTimeString();
462
+ }, 1000);
463
 
464
+ // Code rain effect
465
+ const chars = "01!@#$%^&*()_+-=[]{}|;':,./<>?";
466
+ const container = document.getElementById('code-rain-container');
467
+
468
+ function createCodeRain() {
469
+ const code = document.createElement('div');
470
+ code.className = 'code-rain';
471
+ code.style.left = Math.random() * 100 + 'vw';
472
+ code.style.top = -20 + 'px';
473
+ code.style.fontSize = Math.random() * 10 + 10 + 'px';
474
+ code.style.animationDuration = Math.random() * 3 + 2 + 's';
 
475
 
476
+ let content = '';
477
+ const length = Math.floor(Math.random() * 10) + 5;
478
+ for (let i = 0; i < length; i++) {
479
+ content += chars[Math.floor(Math.random() * chars.length)] + '<br>';
480
+ }
481
 
482
+ code.innerHTML = content;
483
+ container.appendChild(code);
484
 
485
  setTimeout(() => {
486
+ code.remove();
487
+ }, 5000);
488
  }
489
 
490
+ setInterval(createCodeRain, 100);
491
+
492
+ // Network graph connections
493
+ const networkGraph = document.getElementById('network-graph');
494
+ const nodes = [
495
+ { id: 1, x: 30, y: 20, color: 'blue' },
496
+ { id: 2, x: 70, y: 20, color: 'blue' },
497
+ { id: 3, x: 20, y: 50, color: 'blue' },
498
+ { id: 4, x: 80, y: 50, color: 'green' },
499
+ { id: 5, x: 30, y: 80, color: 'blue' },
500
+ { id: 6, x: 70, y: 80, color: 'blue' }
501
+ ];
502
+
503
+ // Create nodes
504
+ nodes.forEach(node => {
505
+ const el = document.createElement('div');
506
+ el.className = 'absolute w-6 h-6 rounded-full flex items-center justify-center text-xs glow';
507
+ el.style.backgroundColor = node.color;
508
+ el.style.left = node.x + '%';
509
+ el.style.top = node.y + '%';
510
+ el.textContent = node.id;
511
+ networkGraph.appendChild(el);
512
+
513
+ // Create connection lines to center
514
+ const line = document.createElement('div');
515
+ line.className = 'connection-line';
516
+ line.style.width = Math.sqrt(Math.pow(50 - node.x, 2) + Math.pow(50 - node.y, 2)) + '%';
517
+ line.style.left = '50%';
518
+ line.style.top = '50%';
519
+ line.style.transform = `rotate(${Math.atan2(node.y - 50, node.x - 50) * 180 / Math.PI}deg)`;
520
+ networkGraph.appendChild(line);
521
+ });
522
+
523
+ // Data graph visualization
524
+ const dataGraph = document.getElementById('data-graph');
525
+ for (let i = 0; i < 50; i++) {
526
+ const point = document.createElement('div');
527
+ point.className = 'data-point';
528
+ point.style.left = Math.random() * 100 + '%';
529
+ point.style.top = Math.random() * 100 + '%';
530
+ point.style.opacity = Math.random() * 0.5 + 0.3;
531
+ dataGraph.appendChild(point);
532
+ }
533
+
534
+ // Animate connection lines
535
+ const connectionLines = document.querySelectorAll('.connection-line');
536
+ connectionLines.forEach(line => {
537
+ setInterval(() => {
538
+ line.style.opacity = Math.random() * 0.5 + 0.5;
539
+ }, Math.random() * 2000 + 1000);
540
+ });
541
 
542
  // Terminal flicker effect
543
  const terminals = document.querySelectorAll('.terminal-border');
prompts.txt CHANGED
@@ -1,2 +1,3 @@
1
  intretuce your sef
2
- "Design a dark, high-tech hacking dashboard inspired by the US government program XKeyscore. The interface should feature a dark background with glowing green neon and red digital lines, resembling streams of code. In one section, display a clear image (or digital shadow) of a person's face. Next to the image, show detailed personal information including full name, addresses, nicknames, family details, and social media accounts, with corresponding icons. Incorporate connected data lines and dynamic graphical elements such as charts and tables to represent interactions and surveillance logs. The overall aesthetic should evoke a sense of digital espionage and high-level hacking, with a futuristic cyber-punk vibe."
 
 
1
  intretuce your sef
2
+ "Design a dark, high-tech hacking dashboard inspired by the US government program XKeyscore. The interface should feature a dark background with glowing green neon and red digital lines, resembling streams of code. In one section, display a clear image (or digital shadow) of a person's face. Next to the image, show detailed personal information including full name, addresses, nicknames, family details, and social media accounts, with corresponding icons. Incorporate connected data lines and dynamic graphical elements such as charts and tables to represent interactions and surveillance logs. The overall aesthetic should evoke a sense of digital espionage and high-level hacking, with a futuristic cyber-punk vibe."
3
+ Design a dark, high-tech hacking dashboard inspired by the US government program XKeyscore. The interface should feature a dark background with glowing green neon and red digital lines, resembling streams of code. In one section, display a clear image (or digital shadow) of a person's face. Next to the image, show detailed personal information including full name, addresses, nicknames, family details, and social media accounts, with corresponding icons. Incorporate connected data lines and dynamic graphical elements such as charts and tables to represent interactions and surveillance logs. The overall aesthetic should evoke a sense of digital espionage and high-level hacking, with a futuristic cyber-punk vibe.