hackerwithgpt commited on
Commit
4ccfbdc
·
verified ·
1 Parent(s): 6490590

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +631 -19
  3. prompts.txt +2 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Ss
3
- emoji:
4
- colorFrom: green
5
  colorTo: green
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: ss
3
+ emoji: 🐳
4
+ colorFrom: pink
5
  colorTo: green
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,631 @@
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>NIGHTMARE RAT :: Ultimate Remote Control</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Orbitron:wght@400;700&display=swap" rel="stylesheet">
9
+ <style>
10
+ :root {
11
+ --primary: #00ff88;
12
+ --secondary: #0099ff;
13
+ --danger: #ff5555;
14
+ }
15
+ body {
16
+ font-family: 'Share Tech Mono', monospace;
17
+ background-color: #0a0a0a;
18
+ color: var(--primary);
19
+ overflow: hidden;
20
+ height: 100vh;
21
+ }
22
+ .glow {
23
+ text-shadow: 0 0 5px var(--primary), 0 0 10px var(--primary);
24
+ }
25
+ .panel-glow {
26
+ box-shadow: 0 0 15px rgba(0, 255, 136, 0.3);
27
+ border: 1px solid rgba(0, 255, 136, 0.2);
28
+ }
29
+ .btn-glow:hover {
30
+ box-shadow: 0 0 15px rgba(0, 255, 136, 0.7);
31
+ }
32
+ .terminal {
33
+ background-color: rgba(0, 10, 5, 0.8);
34
+ border: 1px solid var(--primary);
35
+ }
36
+ .device-card:hover {
37
+ transform: scale(1.02);
38
+ box-shadow: 0 0 20px rgba(0, 255, 136, 0.5);
39
+ }
40
+ .active-device {
41
+ border: 2px solid var(--primary);
42
+ box-shadow: 0 0 20px rgba(0, 255, 136, 0.7);
43
+ }
44
+ .map-point {
45
+ animation: pulse 2s infinite;
46
+ filter: drop-shadow(0 0 5px currentColor);
47
+ }
48
+ @keyframes pulse {
49
+ 0% { transform: scale(1); opacity: 1; }
50
+ 50% { transform: scale(1.2); opacity: 0.7; }
51
+ 100% { transform: scale(1); opacity: 1; }
52
+ }
53
+ .blink {
54
+ animation: blink 1s step-end infinite;
55
+ }
56
+ @keyframes blink {
57
+ from, to { opacity: 1; }
58
+ 50% { opacity: 0; }
59
+ }
60
+ .command-line::after {
61
+ content: '|';
62
+ animation: blink 1s step-end infinite;
63
+ }
64
+ .tab-active {
65
+ border-bottom: 2px solid var(--primary);
66
+ color: var(--primary);
67
+ }
68
+ .progress-bar {
69
+ background: linear-gradient(90deg, var(--primary), var(--secondary));
70
+ }
71
+ .world-map {
72
+ background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAwIDUwMCI+PHBhdGggZD0iTTAgMGgxMDAwdjUwMEgweiIgZmlsbD0iIzBhMGEwYSIvPjxwYXRoIGQ9Ik0xMjUgMTI1aDc1MHYyNTBIMTI1eiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDA2NjQ0IiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=');
73
+ background-size: cover;
74
+ opacity: 0.2;
75
+ }
76
+ </style>
77
+ </head>
78
+ <body class="flex flex-col">
79
+ <!-- Top Bar -->
80
+ <div class="bg-black border-b border-green-500 p-2 flex justify-between items-center">
81
+ <div class="flex items-center space-x-4">
82
+ <h1 class="text-2xl font-bold glow font-orbitron">NIGHTMARE <span class="text-red-500">RAT</span></h1>
83
+ <div class="flex space-x-2 text-xs">
84
+ <div class="flex items-center bg-gray-900 px-2 py-1 rounded">
85
+ <div class="w-2 h-2 rounded-full bg-green-500 mr-1"></div>
86
+ <span>C2: <span class="text-white">nightmare-rat.com:443</span></span>
87
+ </div>
88
+ <div class="flex items-center bg-gray-900 px-2 py-1 rounded">
89
+ <div class="w-2 h-2 rounded-full bg-green-500 mr-1"></div>
90
+ <span>DEVICES: <span class="text-white">47</span></span>
91
+ </div>
92
+ <div class="flex items-center bg-gray-900 px-2 py-1 rounded">
93
+ <div class="w-2 h-2 rounded-full bg-blue-500 mr-1"></div>
94
+ <span>BANDWIDTH: <span class="text-white">3.7MB/s</span></span>
95
+ </div>
96
+ </div>
97
+ </div>
98
+ <div class="flex items-center space-x-4">
99
+ <div class="relative group">
100
+ <button class="px-3 py-1 bg-gray-900 hover:bg-gray-800 rounded btn-glow flex items-center">
101
+ <div class="w-2 h-2 rounded-full bg-green-500 mr-2"></div>
102
+ <span class="text-green-500">root</span>@nightmare<span class="text-red-500 blink">:</span>~
103
+ </button>
104
+ <div class="absolute right-0 mt-1 w-48 bg-black border border-green-500 rounded shadow-lg hidden group-hover:block z-50">
105
+ <a href="#" class="block px-4 py-2 hover:bg-gray-800">Admin Panel</a>
106
+ <a href="#" class="block px-4 py-2 hover:bg-gray-800">Server Settings</a>
107
+ <a href="#" class="block px-4 py-2 hover:bg-gray-800 text-red-500">Destroy Session</a>
108
+ </div>
109
+ </div>
110
+ <button class="px-3 py-1 bg-gray-900 hover:bg-gray-800 rounded btn-glow">
111
+ <span class="text-green-500">⚙️</span> Settings
112
+ </button>
113
+ </div>
114
+ </div>
115
+
116
+ <!-- Main Content -->
117
+ <div class="flex flex-1 overflow-hidden">
118
+ <!-- Left Panel - Device List -->
119
+ <div class="w-64 bg-black border-r border-green-500 p-3 overflow-y-auto">
120
+ <div class="mb-4">
121
+ <div class="relative">
122
+ <input type="text" placeholder="Search devices..." class="w-full bg-gray-900 border border-gray-700 rounded px-3 py-1 text-sm focus:outline-none focus:border-green-500">
123
+ <button class="absolute right-2 top-1 text-gray-500 hover:text-green-500">
124
+ 🔍
125
+ </button>
126
+ </div>
127
+ </div>
128
+
129
+ <div class="flex border-b border-gray-800 mb-3">
130
+ <button class="flex-1 py-1 text-xs tab-active">All (47)</button>
131
+ <button class="flex-1 py-1 text-xs">Mobile (28)</button>
132
+ <button class="flex-1 py-1 text-xs">PC (19)</button>
133
+ </div>
134
+
135
+ <div class="space-y-2 overflow-y-auto" style="max-height: calc(100vh - 200px)">
136
+ <!-- Active Device -->
137
+ <div class="bg-gray-900 border-2 border-green-500 rounded p-2 device-card active-device cursor-pointer">
138
+ <div class="flex justify-between items-start">
139
+ <div>
140
+ <div class="font-bold text-green-500">#AND-7890</div>
141
+ <div class="text-xs">Galaxy S23 • 192.168.1.45</div>
142
+ </div>
143
+ <div class="text-xs bg-green-900 text-green-300 px-2 py-1 rounded">ACTIVE</div>
144
+ </div>
145
+ <div class="mt-2 flex justify-between text-xs">
146
+ <span>📱 Android 13</span>
147
+ <span>2h 45m</span>
148
+ </div>
149
+ <div class="mt-1 flex space-x-1">
150
+ <div class="w-2 h-2 rounded-full bg-green-500" title="Camera Active"></div>
151
+ <div class="w-2 h-2 rounded-full bg-blue-500" title="Location Tracking"></div>
152
+ <div class="w-2 h-2 rounded-full bg-purple-500" title="Mic Streaming"></div>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Other Devices -->
157
+ <div class="bg-gray-900 border border-gray-700 rounded p-2 device-card hover:border-green-500 cursor-pointer">
158
+ <div class="flex justify-between items-start">
159
+ <div>
160
+ <div class="font-bold text-green-500">#WIN-4567</div>
161
+ <div class="text-xs">Windows 11 • 10.0.0.12</div>
162
+ </div>
163
+ <div class="text-xs bg-gray-700 text-gray-300 px-2 py-1 rounded">ONLINE</div>
164
+ </div>
165
+ <div class="mt-2 flex justify-between text-xs">
166
+ <span>💻 Desktop</span>
167
+ <span>1d 3h</span>
168
+ </div>
169
+ </div>
170
+
171
+ <div class="bg-gray-900 border border-gray-700 rounded p-2 device-card hover:border-green-500 cursor-pointer">
172
+ <div class="flex justify-between items-start">
173
+ <div>
174
+ <div class="font-bold text-green-500">#IOS-3456</div>
175
+ <div class="text-xs">iPhone 14 • 172.16.0.8</div>
176
+ </div>
177
+ <div class="text-xs bg-gray-700 text-gray-300 px-2 py-1 rounded">ONLINE</div>
178
+ </div>
179
+ <div class="mt-2 flex justify-between text-xs">
180
+ <span>📱 iOS 16</span>
181
+ <span>4h 22m</span>
182
+ </div>
183
+ </div>
184
+
185
+ <div class="bg-gray-900 border border-gray-700 rounded p-2 device-card hover:border-green-500 cursor-pointer">
186
+ <div class="flex justify-between items-start">
187
+ <div>
188
+ <div class="font-bold text-green-500">#MAC-9012</div>
189
+ <div class="text-xs">MacBook Pro • 192.168.0.5</div>
190
+ </div>
191
+ <div class="text-xs bg-gray-700 text-gray-300 px-2 py-1 rounded">ONLINE</div>
192
+ </div>
193
+ <div class="mt-2 flex justify-between text-xs">
194
+ <span>🍏 macOS</span>
195
+ <span>6h 15m</span>
196
+ </div>
197
+ </div>
198
+
199
+ <div class="bg-gray-900 border border-gray-700 rounded p-2 device-card hover:border-green-500 cursor-pointer">
200
+ <div class="flex justify-between items-start">
201
+ <div>
202
+ <div class="font-bold text-green-500">#LIN-6789</div>
203
+ <div class="text-xs">Ubuntu 22 • 10.1.2.34</div>
204
+ </div>
205
+ <div class="text-xs bg-gray-700 text-gray-300 px-2 py-1 rounded">ONLINE</div>
206
+ </div>
207
+ <div class="mt-2 flex justify-between text-xs">
208
+ <span>🐧 Linux</span>
209
+ <span>3d 2h</span>
210
+ </div>
211
+ </div>
212
+
213
+ <div class="bg-gray-900 border border-gray-700 rounded p-2 device-card hover:border-green-500 cursor-pointer">
214
+ <div class="flex justify-between items-start">
215
+ <div>
216
+ <div class="font-bold text-green-500">#AND-2345</div>
217
+ <div class="text-xs">Pixel 7 • 192.168.1.67</div>
218
+ </div>
219
+ <div class="text-xs bg-gray-700 text-gray-300 px-2 py-1 rounded">ONLINE</div>
220
+ </div>
221
+ <div class="mt-2 flex justify-between text-xs">
222
+ <span>📱 Android 13</span>
223
+ <span>12h 8m</span>
224
+ </div>
225
+ </div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Center Panel - Main Content -->
230
+ <div class="flex-1 p-4 overflow-y-auto">
231
+ <div class="bg-black border border-green-500 rounded-lg h-full p-4 panel-glow flex flex-col">
232
+ <!-- Tabs -->
233
+ <div class="flex border-b border-gray-800 mb-4">
234
+ <button class="px-4 py-2 text-sm tab-active">Dashboard</button>
235
+ <button class="px-4 py-2 text-sm">Live View</button>
236
+ <button class="px-4 py-2 text-sm">File Explorer</button>
237
+ <button class="px-4 py-2 text-sm">Keylogger</button>
238
+ <button class="px-4 py-2 text-sm">Microphone</button>
239
+ <button class="px-4 py-2 text-sm">SMS/Calls</button>
240
+ <button class="px-4 py-2 text-sm">Location</button>
241
+ </div>
242
+
243
+ <!-- World Map Visualization -->
244
+ <div class="relative bg-gray-900 rounded-lg h-64 mb-6 overflow-hidden world-map">
245
+ <!-- Interactive Map Overlay -->
246
+ <div class="absolute inset-0">
247
+ <!-- Device Points -->
248
+ <div class="absolute top-[30%] left-[45%] w-4 h-4 bg-green-500 rounded-full map-point" title="Device #AND-7890"></div>
249
+ <div class="absolute top-[40%] left-[20%] w-3 h-3 bg-blue-500 rounded-full map-point" title="Device #WIN-4567"></div>
250
+ <div class="absolute top-[50%] left-[70%] w-3 h-3 bg-purple-500 rounded-full map-point" title="Device #IOS-3456"></div>
251
+ <div class="absolute top-[60%] left-[30%] w-3 h-3 bg-yellow-500 rounded-full map-point" title="Device #MAC-9012"></div>
252
+ <div class="absolute top-[25%] left-[60%] w-3 h-3 bg-blue-500 rounded-full map-point" title="Device #LIN-6789"></div>
253
+ <div class="absolute top-[55%] left-[50%] w-3 h-3 bg-green-500 rounded-full map-point" title="Device #AND-2345"></div>
254
+ </div>
255
+
256
+ <!-- Map Controls -->
257
+ <div class="absolute bottom-2 right-2 flex space-x-2">
258
+ <button class="px-2 py-1 bg-gray-900 hover:bg-gray-800 rounded btn-glow text-xs">
259
+ Zoom +
260
+ </button>
261
+ <button class="px-2 py-1 bg-gray-900 hover:bg-gray-800 rounded btn-glow text-xs">
262
+ Zoom -
263
+ </button>
264
+ <button class="px-2 py-1 bg-gray-900 hover:bg-gray-800 rounded btn-glow text-xs">
265
+ Refresh
266
+ </button>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Quick Actions -->
271
+ <h3 class="text-sm uppercase mb-2 text-gray-400">QUICK ACTIONS</h3>
272
+ <div class="grid grid-cols-4 gap-3 mb-6">
273
+ <button class="py-2 bg-gray-900 hover:bg-gray-800 rounded btn-glow flex flex-col items-center">
274
+ <span class="text-xl">📷</span>
275
+ <span class="text-xs mt-1">Camera</span>
276
+ </button>
277
+ <button class="py-2 bg-gray-900 hover:bg-gray-800 rounded btn-glow flex flex-col items-center">
278
+ <span class="text-xl">🎤</span>
279
+ <span class="text-xs mt-1">Microphone</span>
280
+ </button>
281
+ <button class="py-2 bg-gray-900 hover:bg-gray-800 rounded btn-glow flex flex-col items-center">
282
+ <span class="text-xl">📍</span>
283
+ <span class="text-xs mt-1">Location</span>
284
+ </button>
285
+ <button class="py-2 bg-gray-900 hover:bg-gray-800 rounded btn-glow flex flex-col items-center">
286
+ <span class="text-xl">📱</span>
287
+ <span class="text-xs mt-1">SMS</span>
288
+ </button>
289
+ <button class="py-2 bg-gray-900 hover:bg-gray-800 rounded btn-glow flex flex-col items-center">
290
+ <span class="text-xl">📂</span>
291
+ <span class="text-xs mt-1">Files</span>
292
+ </button>
293
+ <button class="py-2 bg-gray-900 hover:bg-gray-800 rounded btn-glow flex flex-col items-center">
294
+ <span class="text-xl">⌨️</span>
295
+ <span class="text-xs mt-1">Keylogger</span>
296
+ </button>
297
+ <button class="py-2 bg-gray-900 hover:bg-gray-800 rounded btn-glow flex flex-col items-center">
298
+ <span class="text-xl">🔑</span>
299
+ <span class="text-xs mt-1">Passwords</span>
300
+ </button>
301
+ <button class="py-2 bg-red-900 hover:bg-red-800 rounded btn-glow flex flex-col items-center">
302
+ <span class="text-xl">💀</span>
303
+ <span class="text-xs mt-1">Kill</span>
304
+ </button>
305
+ </div>
306
+
307
+ <!-- Device Stats -->
308
+ <h3 class="text-sm uppercase mb-2 text-gray-400">DEVICE STATISTICS</h3>
309
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-4 mb-6">
310
+ <div class="bg-gray-900 rounded p-3">
311
+ <div class="flex justify-between items-center mb-2">
312
+ <span class="text-xs text-gray-400">CPU Usage</span>
313
+ <span class="text-xs">32%</span>
314
+ </div>
315
+ <div class="w-full bg-gray-800 rounded-full h-2">
316
+ <div class="bg-green-500 h-2 rounded-full" style="width: 32%"></div>
317
+ </div>
318
+ </div>
319
+ <div class="bg-gray-900 rounded p-3">
320
+ <div class="flex justify-between items-center mb-2">
321
+ <span class="text-xs text-gray-400">Memory</span>
322
+ <span class="text-xs">1.8/4GB</span>
323
+ </div>
324
+ <div class="w-full bg-gray-800 rounded-full h-2">
325
+ <div class="bg-blue-500 h-2 rounded-full" style="width: 45%"></div>
326
+ </div>
327
+ </div>
328
+ <div class="bg-gray-900 rounded p-3">
329
+ <div class="flex justify-between items-center mb-2">
330
+ <span class="text-xs text-gray-400">Storage</span>
331
+ <span class="text-xs">64/128GB</span>
332
+ </div>
333
+ <div class="w-full bg-gray-800 rounded-full h-2">
334
+ <div class="bg-purple-500 h-2 rounded-full" style="width: 50%"></div>
335
+ </div>
336
+ </div>
337
+ </div>
338
+
339
+ <!-- Recent Activity -->
340
+ <h3 class="text-sm uppercase mb-2 text-gray-400">RECENT ACTIVITY</h3>
341
+ <div class="bg-gray-900 rounded-lg p-3 text-xs overflow-x-auto">
342
+ <table class="w-full">
343
+ <thead>
344
+ <tr class="text-left border-b border-gray-800">
345
+ <th class="pb-2">Time</th>
346
+ <th class="pb-2">Device</th>
347
+ <th class="pb-2">Action</th>
348
+ <th class="pb-2">Status</th>
349
+ </tr>
350
+ </thead>
351
+ <tbody>
352
+ <tr class="border-b border-gray-800">
353
+ <td class="py-2">2 min ago</td>
354
+ <td class="py-2">#AND-7890</td>
355
+ <td class="py-2">Front camera activated</td>
356
+ <td class="py-2 text-green-500">Success</td>
357
+ </tr>
358
+ <tr class="border-b border-gray-800">
359
+ <td class="py-2">5 min ago</td>
360
+ <td class="py-2">#AND-7890</td>
361
+ <td class="py-2">Location updated</td>
362
+ <td class="py-2 text-green-500">Success</td>
363
+ </tr>
364
+ <tr class="border-b border-gray-800">
365
+ <td class="py-2">12 min ago</td>
366
+ <td class="py-2">#AND-7890</td>
367
+ <td class="py-2">SMS messages captured (3)</td>
368
+ <td class="py-2 text-green-500">Success</td>
369
+ </tr>
370
+ <tr class="border-b border-gray-800">
371
+ <td class="py-2">25 min ago</td>
372
+ <td class="py-2">#AND-7890</td>
373
+ <td class="py-2">WhatsApp database extracted</td>
374
+ <td class="py-2 text-green-500">Success</td>
375
+ </tr>
376
+ <tr>
377
+ <td class="py-2">38 min ago</td>
378
+ <td class="py-2">#AND-7890</td>
379
+ <td class="py-2">Microphone stream started</td>
380
+ <td class="py-2 text-green-500">Active</td>
381
+ </tr>
382
+ </tbody>
383
+ </table>
384
+ </div>
385
+ </div>
386
+ </div>
387
+
388
+ <!-- Right Panel - Device Details -->
389
+ <div class="w-80 bg-black border-l border-green-500 p-3 overflow-y-auto">
390
+ <h2 class="text-lg font-bold mb-4 glow">DEVICE DETAILS</h2>
391
+
392
+ <!-- Device Info -->
393
+ <div class="bg-gray-900 rounded-lg p-3 mb-4">
394
+ <div class="flex justify-between items-center mb-2">
395
+ <h3 class="font-bold text-green-500">#AND-7890</h3>
396
+ <div class="flex space-x-1">
397
+ <span class="text-xs bg-green-900 text-green-300 px-2 py-1 rounded">ANDROID</span>
398
+ <span class="text-xs bg-blue-900 text-blue-300 px-2 py-1 rounded">ONLINE</span>
399
+ </div>
400
+ </div>
401
+
402
+ <div class="grid grid-cols-2 gap-2 text-xs mb-3">
403
+ <div>
404
+ <div class="text-gray-400">Model</div>
405
+ <div>Samsung Galaxy S23</div>
406
+ </div>
407
+ <div>
408
+ <div class="text-gray-400">Battery</div>
409
+ <div>78% (Charging)</div>
410
+ </div>
411
+ <div>
412
+ <div class="text-gray-400">Network</div>
413
+ <div>WiFi (5Ghz)</div>
414
+ </div>
415
+ <div>
416
+ <div class="text-gray-400">Last Active</div>
417
+ <div>2 minutes ago</div>
418
+ </div>
419
+ <div>
420
+ <div class="text-gray-400">IP Address</div>
421
+ <div>192.168.1.45</div>
422
+ </div>
423
+ <div>
424
+ <div class="text-gray-400">MAC Address</div>
425
+ <div>00:1A:2B:3C:4D:5E</div>
426
+ </div>
427
+ <div>
428
+ <div class="text-gray-400">Root Access</div>
429
+ <div class="text-red-500">No</div>
430
+ </div>
431
+ <div>
432
+ <div class="text-gray-400">Screen On</div>
433
+ <div class="text-green-500">Yes</div>
434
+ </div>
435
+ </div>
436
+
437
+ <div class="text-xs">
438
+ <div class="flex justify-between mb-1">
439
+ <span>CPU Usage</span>
440
+ <span>32%</span>
441
+ </div>
442
+ <div class="w-full bg-gray-800 rounded-full h-1.5">
443
+ <div class="bg-green-500 h-1.5 rounded-full" style="width: 32%"></div>
444
+ </div>
445
+
446
+ <div class="flex justify-between mb-1 mt-2">
447
+ <span>Memory Usage</span>
448
+ <span>1.8/4GB</span>
449
+ </div>
450
+ <div class="w-full bg-gray-800 rounded-full h-1.5">
451
+ <div class="bg-blue-500 h-1.5 rounded-full" style="width: 45%"></div>
452
+ </div>
453
+
454
+ <div class="flex justify-between mb-1 mt-2">
455
+ <span>Storage Usage</span>
456
+ <span>64/128GB</span>
457
+ </div>
458
+ <div class="w-full bg-gray-800 rounded-full h-1.5">
459
+ <div class="bg-purple-500 h-1.5 rounded-full" style="width: 50%"></div>
460
+ </div>
461
+ </div>
462
+ </div>
463
+
464
+ <!-- Active Sessions -->
465
+ <h3 class="text-sm uppercase mb-2 text-gray-400">ACTIVE SESSIONS</h3>
466
+ <div class="bg-gray-900 rounded-lg p-3 mb-4 text-xs space-y-2">
467
+ <div class="flex justify-between items-center">
468
+ <div class="flex items-center">
469
+ <div class="w-2 h-2 bg-green-500 rounded-full mr-2"></div>
470
+ <span>Front Camera</span>
471
+ </div>
472
+ <button class="text-red-500 hover:text-red-400">Stop</button>
473
+ </div>
474
+ <div class="flex justify-between items-center">
475
+ <div class="flex items-center">
476
+ <div class="w-2 h-2 bg-blue-500 rounded-full mr-2"></div>
477
+ <span>Location Tracking</span>
478
+ </div>
479
+ <button class="text-red-500 hover:text-red-400">Stop</button>
480
+ </div>
481
+ <div class="flex justify-between items-center">
482
+ <div class="flex items-center">
483
+ <div class="w-2 h-2 bg-purple-500 rounded-full mr-2"></div>
484
+ <span>Microphone Stream</span>
485
+ </div>
486
+ <button class="text-red-500 hover:text-red-400">Stop</button>
487
+ </div>
488
+ </div>
489
+
490
+ <!-- Command Builder -->
491
+ <h3 class="text-sm uppercase mb-2 text-gray-400">COMMAND BUILDER</h3>
492
+ <div class="bg-gray-900 rounded-lg p-3 mb-4">
493
+ <div class="mb-2">
494
+ <select class="w-full bg-gray-800 border border-gray-700 rounded px-2 py-1 text-xs focus:outline-none focus:border-green-500">
495
+ <option>Select Command...</option>
496
+ <option>Capture Screenshot</option>
497
+ <option>Start Keylogger</option>
498
+ <option>Dump Contacts</option>
499
+ <option>Get Installed Apps</option>
500
+ <option>Execute Shell Command</option>
501
+ </select>
502
+ </div>
503
+ <div class="mb-2">
504
+ <input type="text" placeholder="Parameters..." class="w-full bg-gray-800 border border-gray-700 rounded px-2 py-1 text-xs focus:outline-none focus:border-green-500">
505
+ </div>
506
+ <button class="w-full bg-green-900 hover:bg-green-800 text-green-300 px-3 py-1 rounded text-xs">
507
+ Build & Execute
508
+ </button>
509
+ </div>
510
+
511
+ <!-- AI Analysis -->
512
+ <h3 class="text-sm uppercase mb-2 text-gray-400">AI ANALYSIS</h3>
513
+ <div class="bg-gray-900 rounded-lg p-3 text-xs">
514
+ <div class="text-green-500 mb-1">Behavior Summary:</div>
515
+ <p class="mb-2">User appears to be at home (consistent WiFi network). Frequent messaging activity detected. Camera usage suggests device is carried in pocket/bag during day.</p>
516
+
517
+ <div class="text-green-500 mb-1">Security Assessment:</div>
518
+ <p>No security apps detected. Device not rooted but vulnerable to CVE-2023-1234. Recommend credential extraction when device is idle.</p>
519
+ </div>
520
+ </div>
521
+ </div>
522
+
523
+ <!-- Bottom Panel - Terminal -->
524
+ <div class="bg-black border-t border-green-500 p-2">
525
+ <div class="flex justify-between items-center mb-1">
526
+ <h3 class="text-sm font-bold glow">TERMINAL</h3>
527
+ <div class="flex space-x-2">
528
+ <button class="px-2 py-1 bg-gray-900 hover:bg-gray-800 rounded btn-glow text-xs">
529
+ Clear
530
+ </button>
531
+ <button class="px-2 py-1 bg-gray-900 hover:bg-gray-800 rounded btn-glow text-xs">
532
+ History
533
+ </button>
534
+ <button class="px-2 py-1 bg-gray-900 hover:bg-gray-800 rounded btn-glow text-xs">
535
+ Save Log
536
+ </button>
537
+ </div>
538
+ </div>
539
+ <div class="terminal rounded p-2 text-xs h-24 overflow-y-auto mb-1 font-mono">
540
+ <div class="text-green-500">root@nightmare#AND-7890:~$ ls -la /sdcard</div>
541
+ <div class="text-gray-300">
542
+ drwxrwx--x 1 root sdcard_rw 4096 Jan 1 00:00 .<br>
543
+ drwxrwx--x 1 root sdcard_rw 4096 Jan 1 00:00 ..<br>
544
+ drwxrwx--x 1 root sdcard_rw 4096 Jan 1 00:00 DCIM<br>
545
+ drwxrwx--x 1 root sdcard_rw 4096 Jan 1 00:00 Download<br>
546
+ drwxrwx--x 1 root sdcard_rw 4096 Jan 1 00:00 WhatsApp<br>
547
+ </div>
548
+ <div class="text-green-500">root@nightmare#AND-7890:~$ dump contacts --all</div>
549
+ <div class="text-gray-300">
550
+ [*] Extracting contacts database...<br>
551
+ [+] Success! 147 contacts extracted<br>
552
+ [*] Uploading to C2 server...<br>
553
+ [+] Upload complete<br>
554
+ </div>
555
+ <div class="text-green-500">root@nightmare#AND-7890:~$ <span class="command-line"></span></div>
556
+ </div>
557
+ <div class="flex">
558
+ <input type="text" class="flex-1 bg-gray-900 border border-green-500 rounded-l px-2 py-1 text-xs focus:outline-none font-mono" placeholder="Enter command...">
559
+ <button class="bg-green-900 hover:bg-green-800 text-green-300 px-3 py-1 rounded-r text-xs">
560
+ Execute
561
+ </button>
562
+ </div>
563
+ </div>
564
+
565
+ <script>
566
+ // Simulate terminal typing effect
567
+ const commands = [
568
+ "get contacts --all",
569
+ "stream camera --front --quality high",
570
+ "dump sms --all",
571
+ "get location --gps --interval 30",
572
+ "keylog --start --upload-interval 30",
573
+ "screenshot --now --save",
574
+ "get installed-apps --system"
575
+ ];
576
+
577
+ let currentCommand = 0;
578
+ const terminalInput = document.querySelector('input[type="text"]');
579
+
580
+ function simulateTyping() {
581
+ if (currentCommand >= commands.length) currentCommand = 0;
582
+
583
+ const command = commands[currentCommand];
584
+ let i = 0;
585
+ const typingInterval = setInterval(() => {
586
+ if (i <= command.length) {
587
+ terminalInput.value = command.substring(0, i);
588
+ i++;
589
+ } else {
590
+ clearInterval(typingInterval);
591
+ setTimeout(() => {
592
+ simulateExecution();
593
+ }, 1000);
594
+ }
595
+ }, 100);
596
+
597
+ currentCommand++;
598
+ }
599
+
600
+ function simulateExecution() {
601
+ terminalInput.value = "";
602
+ setTimeout(simulateTyping, 3000);
603
+ }
604
+
605
+ // Start simulation
606
+ setTimeout(simulateTyping, 1500);
607
+
608
+ // Device card selection
609
+ const deviceCards = document.querySelectorAll('.device-card');
610
+ deviceCards.forEach(card => {
611
+ card.addEventListener('click', () => {
612
+ deviceCards.forEach(c => c.classList.remove('active-device'));
613
+ card.classList.add('active-device');
614
+
615
+ // Update device details panel
616
+ const deviceId = card.querySelector('div:first-child div:first-child').textContent;
617
+ document.querySelector('.terminal div:last-child').textContent = `root@nightmare${deviceId}:~$ `;
618
+ });
619
+ });
620
+
621
+ // Tab switching
622
+ const tabs = document.querySelectorAll('.flex.border-b button');
623
+ tabs.forEach(tab => {
624
+ tab.addEventListener('click', () => {
625
+ tabs.forEach(t => t.classList.remove('tab-active'));
626
+ tab.classList.add('tab-active');
627
+ });
628
+ });
629
+ </script>
630
+ <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=hackerwithgpt/ss" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
631
+ </html>
prompts.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ 💡 اسم الأداة: RAVEN-RAT 🎯 الهدف: واجهة تحكم رسومية خيالية، تتيح للمستخدم السيطرة على أجهزة الهواتف والحواسيب عن بعد، بطريقة منظمة، سريعة، ومرعبة بصريًا. 🖥️ تصميم الواجهة (بالتفصيل): 🧱 التخطيط الأساسي للواجهة: عنصر الموقع الوصف ✅ شريط علوي أعلى الشاشة يحتوي على زر الإعدادات، المستخدم، مؤشرات الاتصال 🗺️ خريطة تفاعلية الوسط عرض حي لجميع الأجهزة المصابة (موقع جغرافي أو IP) 📂 لوحة جانبية اليسار أدوات التحكم بكل جهاز 🪟 نافذة التفاصيل اليمين تظهر حالة الجهاز المختار 🖥️ وحدة Logs و Shell الأسفل عرض مباشر للأنشطة أو تنفيذ أوامر طرفية 📲 الأجهزة المستهدفة: 1. قسم الهواتف (Android / iOS) ✅ ما يمكن فعله: 🔹 رؤية الكاميرا الأمامية والخلفية (بث مباشر) 🔹 تسجيل المكالمات أو سماع المايك 🔹 سحب رسائل SMS / واتساب 🔹 تتبع الموقع GPS 🔹 قراءة الملفات والصور 🔹 تنفيذ أوامر عبر Termux أو Jailbreak shell 2. قسم الحواسيب (Windows / Linux / macOS) ✅ ما يمكن فعله: 🔸 بث من الكاميرا 🔸 تسجيل لوحة المفاتيح (Keylogger) 🔸 الوصول إلى الملفات والتنقل فيها 🔸 تنفيذ أوامر CMD / PowerShell / Terminal 🔸 التقاط الشاشة باستمرار 🔸 حقن ملفات أو أدوات في العمليات النشطة (process injection) 🧩 أدوات التحكم في الواجهة: 🎛️ لوحة التحكم لكل جهاز: 🟢 Live View: عرض حي للكاميرا أو الشاشة 💾 File Manager: تصفح ملفات الجهاز 🎙️ Mic Stream: تسجيل صوت مباشر 📍 Location: تتبع الموقع ⌨️ Command Shell: تنفيذ أوامر 🔗 Network Monitor: عرض جميع الاتصالات النشطة 🔐 Credential Dump: استخراج كلمات السر 🚨 Kill Switch: زر لإتلاف النظام تماماً (وهمي) 🎨 الأسلوب البصري: جانب تفاصيل 🖤 النمط Dark Mode - أسود أنيق مع مؤثرات نيونية 💡 الألوان أخضر فسفوري - أزرق كهربائي - أحمر تحذير 🖋️ الخط "Digital 7" أو "OCR-A" لإحساس رقمي متقدم 🎥 التحريك أيقونات متحركة عند التفاعل، لمسة مستقبلية 🔊 الصوت أصوات إلكترونية عند تنفيذ الأوامر (يمكن تعطيلها) 💼 إعدادات متقدمة: 🔒 إعداد كلمة مرور للدخول للواجهة 🔁 جدولة أوامر (مثلاً كل 10 دقائق تصوير الشاشة) 🔔 إشعارات فورية عند اتصال جهاز جديد 🌐 سيرفر C2 داخلي قابل للتغيير بسهولة 🧠 تكامل مع AI لتلخيص أنشطة كل جهاز (تقرير تلقائي) 🧠 هل ترغب ف
2
+ اصنع واجهة ادات اختراق rat مع كل شي يخص الاختراق واضف واجهة جمالية هريطة العالم مرسومة بالhtml