Add 2 files
Browse files- index.html +258 -182
- prompts.txt +6 -1
index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<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>
|
|
@@ -54,115 +54,174 @@
|
|
| 54 |
.glow {
|
| 55 |
text-shadow: 0 0 10px rgba(59, 130, 246, 0.7);
|
| 56 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
</style>
|
| 58 |
</head>
|
| 59 |
<body class="bg-gray-900 text-gray-100 min-h-screen">
|
| 60 |
<div class="container mx-auto px-4 py-8">
|
| 61 |
<!-- Header with protected network -->
|
| 62 |
<header class="mb-8 text-center relative">
|
| 63 |
-
<h1 class="text-3xl font-bold text-
|
| 64 |
-
<p class="text-gray-400">Système de
|
| 65 |
<div class="absolute top-0 right-0 bg-gray-800 px-3 py-1 rounded-bl-lg text-xs">
|
| 66 |
-
<span class="text-gray-400">Réseau
|
| 67 |
-
<span class="hidden-address text-
|
| 68 |
-
<button id="hide-btn" class="ml-2 text-
|
| 69 |
<i class="fas fa-eye-slash"></i>
|
| 70 |
</button>
|
| 71 |
</div>
|
| 72 |
</header>
|
| 73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
<!-- Main dashboard -->
|
| 75 |
<div class="grid grid-cols-1 lg:grid-cols-3 gap-6 mb-8">
|
| 76 |
-
<!--
|
| 77 |
<div class="bg-gray-800 rounded-xl shadow-lg p-6">
|
| 78 |
-
<h2 class="text-xl font-semibold text-
|
| 79 |
-
<i class="fas fa-
|
| 80 |
</h2>
|
| 81 |
<div class="space-y-4">
|
| 82 |
<div>
|
| 83 |
<div class="flex justify-between mb-1">
|
| 84 |
-
<span class="text-sm font-medium">
|
| 85 |
-
<span class="text-sm font-bold text-
|
| 86 |
</div>
|
| 87 |
<div class="progress-bar">
|
| 88 |
-
<div class="progress-fill" style="width: 100%"></div>
|
| 89 |
</div>
|
| 90 |
</div>
|
| 91 |
<div>
|
| 92 |
<div class="flex justify-between mb-1">
|
| 93 |
-
<span class="text-sm font-medium">
|
| 94 |
-
<span class="text-sm font-bold text-
|
| 95 |
</div>
|
| 96 |
<div class="progress-bar">
|
| 97 |
-
<div class="progress-fill" style="width:
|
| 98 |
</div>
|
| 99 |
</div>
|
| 100 |
<div>
|
| 101 |
<div class="flex justify-between mb-1">
|
| 102 |
-
<span class="text-sm font-medium">
|
| 103 |
-
<span class="text-sm font-bold text-green-400" id="
|
| 104 |
</div>
|
| 105 |
<div class="progress-bar">
|
| 106 |
-
<div class="progress-fill" style="width:
|
| 107 |
</div>
|
| 108 |
</div>
|
| 109 |
</div>
|
| 110 |
</div>
|
| 111 |
|
| 112 |
-
<!--
|
| 113 |
<div class="bg-gray-800 rounded-xl shadow-lg p-6">
|
| 114 |
-
<h2 class="text-xl font-semibold text-
|
| 115 |
-
<i class="fas fa-
|
| 116 |
</h2>
|
| 117 |
<div class="space-y-4">
|
| 118 |
<div class="flex items-center justify-between">
|
| 119 |
-
<span class="text-sm">
|
| 120 |
-
<span class="font-mono text-green-400">
|
| 121 |
</div>
|
| 122 |
<div class="flex items-center justify-between">
|
| 123 |
-
<span class="text-sm">
|
| 124 |
-
<span class="font-mono text-yellow-400"
|
| 125 |
</div>
|
| 126 |
<div class="flex items-center justify-between">
|
| 127 |
-
<span class="text-sm">Statut
|
| 128 |
-
<span class="font-mono text-
|
| 129 |
</div>
|
| 130 |
-
<button id="
|
| 131 |
-
<i class="fas fa-
|
| 132 |
-
<span>
|
| 133 |
</button>
|
| 134 |
</div>
|
| 135 |
</div>
|
| 136 |
|
| 137 |
<!-- Connection Status -->
|
| 138 |
<div class="bg-gray-800 rounded-xl shadow-lg p-6">
|
| 139 |
-
<h2 class="text-xl font-semibold text-
|
| 140 |
-
<i class="fas fa-
|
| 141 |
</h2>
|
| 142 |
<div class="space-y-4">
|
| 143 |
<div class="flex items-center">
|
| 144 |
<div class="w-3 h-3 rounded-full bg-green-500 mr-2"></div>
|
| 145 |
-
<span>
|
| 146 |
</div>
|
| 147 |
<div class="bg-gray-700 p-3 rounded-lg">
|
| 148 |
<div class="font-mono text-xs">
|
| 149 |
<div class="flex justify-between">
|
| 150 |
<span class="text-gray-400">IP:</span>
|
| 151 |
-
<span class="text-
|
| 152 |
</div>
|
| 153 |
<div class="flex justify-between">
|
| 154 |
<span class="text-gray-400">MAC:</span>
|
| 155 |
-
<span class="text-
|
| 156 |
</div>
|
| 157 |
<div class="flex justify-between">
|
| 158 |
-
<span class="text-gray-400">
|
| 159 |
-
<span class="text-green-300"
|
| 160 |
</div>
|
| 161 |
</div>
|
| 162 |
</div>
|
| 163 |
-
<button id="secure-btn" class="w-full bg-purple-600 hover:bg-purple-700 text-white py-2 px-4 rounded-lg flex items-center justify-center">
|
| 164 |
-
<i class="fas fa-
|
| 165 |
-
<span>
|
| 166 |
</button>
|
| 167 |
</div>
|
| 168 |
</div>
|
|
@@ -174,19 +233,53 @@
|
|
| 174 |
<div class="w-3 h-3 rounded-full bg-red-500 mr-2"></div>
|
| 175 |
<div class="w-3 h-3 rounded-full bg-yellow-500 mr-2"></div>
|
| 176 |
<div class="w-3 h-3 rounded-full bg-green-500 mr-2"></div>
|
| 177 |
-
<span class="text-sm ml-2">Terminal de Contrôle
|
| 178 |
</div>
|
| 179 |
<div class="terminal" id="terminal">
|
| 180 |
-
<div class="terminal-line">> Système de
|
| 181 |
-
<div class="terminal-line">> Chargement des
|
| 182 |
-
<div class="terminal-line text-green-400">[OK]
|
| 183 |
-
<div class="terminal-line text-green-400">[OK]
|
| 184 |
-
<div class="terminal-line text-green-400">[OK]
|
| 185 |
-
<div class="terminal-line">> Connexion
|
| 186 |
-
<div class="terminal-line text-green-400">[OK]
|
| 187 |
-
<div class="terminal-line">> Protection
|
| 188 |
-
<div class="terminal-line text-
|
| 189 |
-
<div class="terminal-line">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 190 |
<div class="terminal-input">
|
| 191 |
<span class="terminal-prompt">></span>
|
| 192 |
<input type="text" class="bg-transparent border-none outline-none flex-grow" id="terminal-input" autocomplete="off">
|
|
@@ -197,66 +290,67 @@
|
|
| 197 |
|
| 198 |
<!-- TV Grid -->
|
| 199 |
<div class="bg-gray-800 rounded-xl shadow-lg overflow-hidden p-6">
|
| 200 |
-
<h2 class="text-xl font-semibold text-
|
| 201 |
-
<i class="fas fa-tv mr-2"></i>
|
| 202 |
</h2>
|
| 203 |
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4" id="tv-grid">
|
| 204 |
-
<
|
| 205 |
-
<div class="aspect-video bg-gray-600 flex items-center justify-center">
|
| 206 |
-
<i class="fas fa-lock-open text-green-400 text-2xl"></i>
|
| 207 |
-
</div>
|
| 208 |
-
<div class="p-2">
|
| 209 |
-
<div class="font-medium">TF1</div>
|
| 210 |
-
<div class="text-xs text-gray-400">Décrypté: 2 min ago</div>
|
| 211 |
-
</div>
|
| 212 |
-
</div>
|
| 213 |
-
<div class="bg-gray-700 rounded-lg overflow-hidden">
|
| 214 |
-
<div class="aspect-video bg-gray-600 flex items-center justify-center">
|
| 215 |
-
<i class="fas fa-lock-open text-green-400 text-2xl"></i>
|
| 216 |
-
</div>
|
| 217 |
-
<div class="p-2">
|
| 218 |
-
<div class="font-medium">France 2</div>
|
| 219 |
-
<div class="text-xs text-gray-400">Décrypté: 1 min ago</div>
|
| 220 |
-
</div>
|
| 221 |
-
</div>
|
| 222 |
-
<div class="bg-gray-700 rounded-lg overflow-hidden">
|
| 223 |
-
<div class="aspect-video bg-gray-600 flex items-center justify-center">
|
| 224 |
-
<i class="fas fa-lock text-yellow-400 text-2xl"></i>
|
| 225 |
-
</div>
|
| 226 |
-
<div class="p-2">
|
| 227 |
-
<div class="font-medium">M6</div>
|
| 228 |
-
<div class="text-xs text-gray-400">Décryptage en cours...</div>
|
| 229 |
-
</div>
|
| 230 |
-
</div>
|
| 231 |
-
<div class="bg-gray-700 rounded-lg overflow-hidden">
|
| 232 |
-
<div class="aspect-video bg-gray-600 flex items-center justify-center">
|
| 233 |
-
<i class="fas fa-lock text-red-400 text-2xl"></i>
|
| 234 |
-
</div>
|
| 235 |
-
<div class="p-2">
|
| 236 |
-
<div class="font-medium">Canal+</div>
|
| 237 |
-
<div class="text-xs text-gray-400">Protection active</div>
|
| 238 |
-
</div>
|
| 239 |
-
</div>
|
| 240 |
</div>
|
| 241 |
</div>
|
| 242 |
</div>
|
| 243 |
|
| 244 |
<script>
|
| 245 |
-
//
|
| 246 |
-
const protectedAddress = document.getElementById('protected-address');
|
| 247 |
-
const hideBtn = document.getElementById('hide-btn');
|
| 248 |
let isHidden = false;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 249 |
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
| 253 |
-
|
| 254 |
-
|
| 255 |
-
|
| 256 |
-
|
| 257 |
-
|
| 258 |
-
|
| 259 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 260 |
|
| 261 |
// Terminal functionality
|
| 262 |
const terminal = document.getElementById('terminal');
|
|
@@ -307,30 +401,31 @@
|
|
| 307 |
|
| 308 |
if (command === 'help') {
|
| 309 |
addTerminalLine('Commandes disponibles:', 'info');
|
| 310 |
-
addTerminalLine('
|
| 311 |
-
addTerminalLine('
|
| 312 |
-
addTerminalLine('
|
| 313 |
-
addTerminalLine('
|
| 314 |
-
addTerminalLine('
|
|
|
|
| 315 |
}
|
| 316 |
-
else if (command === '
|
| 317 |
-
addTerminalLine('
|
| 318 |
-
|
|
|
|
|
|
|
| 319 |
}
|
| 320 |
-
else if (command === '
|
| 321 |
-
addTerminalLine('
|
| 322 |
-
simulateDecrypt();
|
| 323 |
}
|
| 324 |
else if (command === 'status') {
|
| 325 |
-
addTerminalLine('Statut du
|
| 326 |
-
addTerminalLine(
|
| 327 |
-
addTerminalLine(
|
| 328 |
-
addTerminalLine(
|
| 329 |
-
addTerminalLine(
|
| 330 |
}
|
| 331 |
-
else if (command === '
|
| 332 |
-
|
| 333 |
-
addTerminalLine('Adresse réseau masquée', 'success');
|
| 334 |
}
|
| 335 |
else if (command === 'clear') {
|
| 336 |
// Remove all lines except the last one (input)
|
|
@@ -344,74 +439,55 @@
|
|
| 344 |
}
|
| 345 |
}
|
| 346 |
|
| 347 |
-
//
|
| 348 |
-
function
|
| 349 |
-
|
| 350 |
-
|
| 351 |
-
|
| 352 |
|
| 353 |
-
|
| 354 |
-
|
| 355 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 356 |
|
| 357 |
-
|
| 358 |
-
|
| 359 |
-
}, 2500);
|
| 360 |
|
| 361 |
-
|
| 362 |
-
|
| 363 |
-
|
|
|
|
| 364 |
|
| 365 |
-
|
| 366 |
-
|
| 367 |
-
|
| 368 |
-
|
| 369 |
-
|
| 370 |
-
// Simulate decrypt process
|
| 371 |
-
function simulateDecrypt() {
|
| 372 |
-
let decrypted = 0;
|
| 373 |
-
const total = 487;
|
| 374 |
-
const decryptedCount = document.getElementById('decrypted-count');
|
| 375 |
|
| 376 |
-
|
| 377 |
-
|
| 378 |
-
|
| 379 |
-
|
| 380 |
-
|
| 381 |
-
|
| 382 |
-
|
| 383 |
-
|
| 384 |
-
addTerminalLine('[DECRYPT] Toutes les chaînes ont été décryptées!', 'success');
|
| 385 |
-
decryptedCount.textContent = total.toLocaleString();
|
| 386 |
-
|
| 387 |
-
// Update progress bar
|
| 388 |
-
document.querySelector('#tv-grid ~ div .progress-fill').style.width = '100%';
|
| 389 |
} else {
|
| 390 |
-
|
| 391 |
-
|
| 392 |
-
|
| 393 |
-
// Update progress bar
|
| 394 |
-
const percent = (decrypted / total) * 100;
|
| 395 |
-
document.querySelector('#tv-grid ~ div .progress-fill').style.width = `${percent}%`;
|
| 396 |
}
|
| 397 |
-
|
| 398 |
-
|
| 399 |
-
|
| 400 |
-
// Button event listeners
|
| 401 |
-
document.getElementById('scan-btn').addEventListener('click', function() {
|
| 402 |
-
addTerminalLine('> scan', 'command');
|
| 403 |
-
simulateScan();
|
| 404 |
-
});
|
| 405 |
-
|
| 406 |
-
document.getElementById('secure-btn').addEventListener('click', function() {
|
| 407 |
-
addTerminalLine('> secure', 'command');
|
| 408 |
-
addTerminalLine('Activation du mode furtif...', 'info');
|
| 409 |
-
|
| 410 |
-
setTimeout(() => {
|
| 411 |
-
addTerminalLine('[SECURE] Adresse IP masquée', 'success');
|
| 412 |
-
addTerminalLine('[SECURE] Traffic chiffré avec AES-512', 'success');
|
| 413 |
-
addTerminalLine('[SECURE] Mode furtif activé avec succès', 'success');
|
| 414 |
-
}, 1000);
|
| 415 |
});
|
| 416 |
</script>
|
| 417 |
<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=docto41/tv" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Bbox-2E89A8E8 - Déverrouillage Total TV</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>
|
|
|
|
| 54 |
.glow {
|
| 55 |
text-shadow: 0 0 10px rgba(59, 130, 246, 0.7);
|
| 56 |
}
|
| 57 |
+
.btn {
|
| 58 |
+
transition: all 0.3s ease;
|
| 59 |
+
cursor: pointer;
|
| 60 |
+
}
|
| 61 |
+
.btn:hover {
|
| 62 |
+
transform: translateY(-1px);
|
| 63 |
+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
| 64 |
+
}
|
| 65 |
+
.btn:active {
|
| 66 |
+
transform: translateY(1px);
|
| 67 |
+
}
|
| 68 |
+
.channel-locked {
|
| 69 |
+
background: linear-gradient(135deg, #1f2937, #111827);
|
| 70 |
+
}
|
| 71 |
+
.channel-decrypting {
|
| 72 |
+
background: linear-gradient(135deg, #1f2937, #1e40af);
|
| 73 |
+
animation: pulse 2s infinite;
|
| 74 |
+
}
|
| 75 |
+
.channel-unlocked {
|
| 76 |
+
background: linear-gradient(135deg, #1f2937, #065f46);
|
| 77 |
+
}
|
| 78 |
+
@keyframes pulse {
|
| 79 |
+
0% { opacity: 0.8; }
|
| 80 |
+
50% { opacity: 1; }
|
| 81 |
+
100% { opacity: 0.8; }
|
| 82 |
+
}
|
| 83 |
+
.premium-badge {
|
| 84 |
+
position: absolute;
|
| 85 |
+
top: 4px;
|
| 86 |
+
right: 4px;
|
| 87 |
+
background: linear-gradient(135deg, #f59e0b, #b45309);
|
| 88 |
+
color: white;
|
| 89 |
+
font-size: 10px;
|
| 90 |
+
padding: 2px 6px;
|
| 91 |
+
border-radius: 4px;
|
| 92 |
+
}
|
| 93 |
+
.hacked-effect {
|
| 94 |
+
animation: hacked 0.5s infinite alternate;
|
| 95 |
+
}
|
| 96 |
+
@keyframes hacked {
|
| 97 |
+
from { box-shadow: 0 0 5px rgba(16, 185, 129, 0.5); }
|
| 98 |
+
to { box-shadow: 0 0 20px rgba(16, 185, 129, 0.8); }
|
| 99 |
+
}
|
| 100 |
+
.countdown {
|
| 101 |
+
font-size: 1.5rem;
|
| 102 |
+
font-weight: bold;
|
| 103 |
+
color: #10b981;
|
| 104 |
+
}
|
| 105 |
</style>
|
| 106 |
</head>
|
| 107 |
<body class="bg-gray-900 text-gray-100 min-h-screen">
|
| 108 |
<div class="container mx-auto px-4 py-8">
|
| 109 |
<!-- Header with protected network -->
|
| 110 |
<header class="mb-8 text-center relative">
|
| 111 |
+
<h1 class="text-3xl font-bold text-green-500 mb-2 glow hacked-effect">Bbox-2E89A8E8 - ACCÈS TOTAL</h1>
|
| 112 |
+
<p class="text-gray-400">Système de déverrouillage automatique des chaînes premium</p>
|
| 113 |
<div class="absolute top-0 right-0 bg-gray-800 px-3 py-1 rounded-bl-lg text-xs">
|
| 114 |
+
<span class="text-gray-400">Réseau: </span>
|
| 115 |
+
<span class="hidden-address text-green-400" id="protected-address">Bbox-2E89A8E8</span>
|
| 116 |
+
<button id="hide-btn" class="ml-2 text-green-400 hover:text-green-300 btn">
|
| 117 |
<i class="fas fa-eye-slash"></i>
|
| 118 |
</button>
|
| 119 |
</div>
|
| 120 |
</header>
|
| 121 |
|
| 122 |
+
<!-- Hacking in progress -->
|
| 123 |
+
<div class="bg-green-900 bg-opacity-20 rounded-xl shadow-lg p-6 mb-6 border border-green-500 hacked-effect">
|
| 124 |
+
<div class="flex items-center justify-center">
|
| 125 |
+
<i class="fas fa-unlock-alt text-green-400 text-3xl mr-4"></i>
|
| 126 |
+
<div>
|
| 127 |
+
<h2 class="text-xl font-semibold text-green-400">DÉVERROUILLAGE AUTOMATIQUE EN COURS</h2>
|
| 128 |
+
<p class="text-green-300">Toutes les chaînes premium sont maintenant déverrouillées!</p>
|
| 129 |
+
</div>
|
| 130 |
+
</div>
|
| 131 |
+
</div>
|
| 132 |
+
|
| 133 |
<!-- Main dashboard -->
|
| 134 |
<div class="grid grid-cols-1 lg:grid-cols-3 gap-6 mb-8">
|
| 135 |
+
<!-- Hacker Status -->
|
| 136 |
<div class="bg-gray-800 rounded-xl shadow-lg p-6">
|
| 137 |
+
<h2 class="text-xl font-semibold text-green-400 mb-4 flex items-center">
|
| 138 |
+
<i class="fas fa-user-secret mr-2"></i> Statut du Hack
|
| 139 |
</h2>
|
| 140 |
<div class="space-y-4">
|
| 141 |
<div>
|
| 142 |
<div class="flex justify-between mb-1">
|
| 143 |
+
<span class="text-sm font-medium">Protections contournées</span>
|
| 144 |
+
<span class="text-sm font-bold text-green-400" id="bypassed-count">12/12</span>
|
| 145 |
</div>
|
| 146 |
<div class="progress-bar">
|
| 147 |
+
<div class="progress-fill" id="bypassed-progress" style="width: 100%"></div>
|
| 148 |
</div>
|
| 149 |
</div>
|
| 150 |
<div>
|
| 151 |
<div class="flex justify-between mb-1">
|
| 152 |
+
<span class="text-sm font-medium">Chaînes déverrouillées</span>
|
| 153 |
+
<span class="text-sm font-bold text-green-400" id="unlocked-count">16</span>
|
| 154 |
</div>
|
| 155 |
<div class="progress-bar">
|
| 156 |
+
<div class="progress-fill" id="unlocked-progress" style="width: 100%"></div>
|
| 157 |
</div>
|
| 158 |
</div>
|
| 159 |
<div>
|
| 160 |
<div class="flex justify-between mb-1">
|
| 161 |
+
<span class="text-sm font-medium">Accès root</span>
|
| 162 |
+
<span class="text-sm font-bold text-green-400" id="root-access">OUI</span>
|
| 163 |
</div>
|
| 164 |
<div class="progress-bar">
|
| 165 |
+
<div class="progress-fill" id="root-progress" style="width: 100%"></div>
|
| 166 |
</div>
|
| 167 |
</div>
|
| 168 |
</div>
|
| 169 |
</div>
|
| 170 |
|
| 171 |
+
<!-- Exploit Scanner -->
|
| 172 |
<div class="bg-gray-800 rounded-xl shadow-lg p-6">
|
| 173 |
+
<h2 class="text-xl font-semibold text-green-400 mb-4 flex items-center">
|
| 174 |
+
<i class="fas fa-bug mr-2"></i> Exploits Disponibles
|
| 175 |
</h2>
|
| 176 |
<div class="space-y-4">
|
| 177 |
<div class="flex items-center justify-between">
|
| 178 |
+
<span class="text-sm">Vulnérabilités trouvées</span>
|
| 179 |
+
<span class="font-mono text-green-400" id="vulns-count">3</span>
|
| 180 |
</div>
|
| 181 |
<div class="flex items-center justify-between">
|
| 182 |
+
<span class="text-sm">Payloads injectés</span>
|
| 183 |
+
<span class="font-mono text-yellow-400" id="payloads-count">3</span>
|
| 184 |
</div>
|
| 185 |
<div class="flex items-center justify-between">
|
| 186 |
+
<span class="text-sm">Statut</span>
|
| 187 |
+
<span class="font-mono text-green-400" id="exploit-status">TERMINÉ</span>
|
| 188 |
</div>
|
| 189 |
+
<button id="auto-hack-btn" class="w-full bg-green-600 hover:bg-green-700 text-white py-2 px-4 rounded-lg flex items-center justify-center btn">
|
| 190 |
+
<i class="fas fa-check mr-2"></i>
|
| 191 |
+
<span>DÉVERROUILLAGE COMPLET</span>
|
| 192 |
</button>
|
| 193 |
</div>
|
| 194 |
</div>
|
| 195 |
|
| 196 |
<!-- Connection Status -->
|
| 197 |
<div class="bg-gray-800 rounded-xl shadow-lg p-6">
|
| 198 |
+
<h2 class="text-xl font-semibold text-green-400 mb-4 flex items-center">
|
| 199 |
+
<i class="fas fa-shield-alt mr-2"></i> Protection
|
| 200 |
</h2>
|
| 201 |
<div class="space-y-4">
|
| 202 |
<div class="flex items-center">
|
| 203 |
<div class="w-3 h-3 rounded-full bg-green-500 mr-2"></div>
|
| 204 |
+
<span id="connection-status">Anonymat garanti</span>
|
| 205 |
</div>
|
| 206 |
<div class="bg-gray-700 p-3 rounded-lg">
|
| 207 |
<div class="font-mono text-xs">
|
| 208 |
<div class="flex justify-between">
|
| 209 |
<span class="text-gray-400">IP:</span>
|
| 210 |
+
<span class="text-green-300" id="ip-address">TOR Network</span>
|
| 211 |
</div>
|
| 212 |
<div class="flex justify-between">
|
| 213 |
<span class="text-gray-400">MAC:</span>
|
| 214 |
+
<span class="text-green-300" id="mac-address">Spoofed</span>
|
| 215 |
</div>
|
| 216 |
<div class="flex justify-between">
|
| 217 |
+
<span class="text-gray-400">Trace:</span>
|
| 218 |
+
<span class="text-green-300" id="trace-status">EFFACÉE</span>
|
| 219 |
</div>
|
| 220 |
</div>
|
| 221 |
</div>
|
| 222 |
+
<button id="secure-btn" class="w-full bg-purple-600 hover:bg-purple-700 text-white py-2 px-4 rounded-lg flex items-center justify-center btn">
|
| 223 |
+
<i class="fas fa-user-ninja mr-2"></i>
|
| 224 |
+
<span>MODE GHOST ACTIF</span>
|
| 225 |
</button>
|
| 226 |
</div>
|
| 227 |
</div>
|
|
|
|
| 233 |
<div class="w-3 h-3 rounded-full bg-red-500 mr-2"></div>
|
| 234 |
<div class="w-3 h-3 rounded-full bg-yellow-500 mr-2"></div>
|
| 235 |
<div class="w-3 h-3 rounded-full bg-green-500 mr-2"></div>
|
| 236 |
+
<span class="text-sm ml-2">Terminal de Contrôle - Mode Expert</span>
|
| 237 |
</div>
|
| 238 |
<div class="terminal" id="terminal">
|
| 239 |
+
<div class="terminal-line">> Système de déverrouillage TV v11.7.3 - Initialisation...</div>
|
| 240 |
+
<div class="terminal-line">> Chargement des exploits...</div>
|
| 241 |
+
<div class="terminal-line text-green-400">[OK] Exploit CVE-2023-38462 chargé</div>
|
| 242 |
+
<div class="terminal-line text-green-400">[OK] Exploit CVE-2023-29476 chargé</div>
|
| 243 |
+
<div class="terminal-line text-green-400">[OK] Zero-day Bbox-2E89A8E8 chargé</div>
|
| 244 |
+
<div class="terminal-line">> Connexion au réseau Bbox-2E89A8E8...</div>
|
| 245 |
+
<div class="terminal-line text-green-400">[OK] Accès root obtenu sur le décodeur</div>
|
| 246 |
+
<div class="terminal-line">> Protection d'anonymat activée</div>
|
| 247 |
+
<div class="terminal-line text-green-400">[STATUS] Déverrouillage automatique lancé</div>
|
| 248 |
+
<div class="terminal-line text-green-400">[HACK] Contournement des protections DRM...</div>
|
| 249 |
+
<div class="terminal-line text-green-400">[HACK] Protection #1 contournée (AES-256)</div>
|
| 250 |
+
<div class="terminal-line text-green-400">[HACK] Protection #2 contournée (HDCP)</div>
|
| 251 |
+
<div class="terminal-line text-green-400">[HACK] Protection #3 contournée (DTCP)</div>
|
| 252 |
+
<div class="terminal-line text-green-400">[HACK] Protection #4 contournée (WMDRM)</div>
|
| 253 |
+
<div class="terminal-line text-green-400">[HACK] Protection #5 contournée (AES-256)</div>
|
| 254 |
+
<div class="terminal-line text-green-400">[HACK] Protection #6 contournée (HDCP)</div>
|
| 255 |
+
<div class="terminal-line text-green-400">[HACK] Protection #7 contournée (DTCP)</div>
|
| 256 |
+
<div class="terminal-line text-green-400">[HACK] Protection #8 contournée (WMDRM)</div>
|
| 257 |
+
<div class="terminal-line text-green-400">[HACK] Protection #9 contournée (AES-256)</div>
|
| 258 |
+
<div class="terminal-line text-green-400">[HACK] Protection #10 contournée (HDCP)</div>
|
| 259 |
+
<div class="terminal-line text-green-400">[HACK] Protection #11 contournée (DTCP)</div>
|
| 260 |
+
<div class="terminal-line text-green-400">[HACK] Protection #12 contournée (WMDRM)</div>
|
| 261 |
+
<div class="terminal-line text-green-400">[HACK] Toutes les protections ont été contournées!</div>
|
| 262 |
+
<div class="terminal-line text-green-400">[HACK] Elevation des privilèges...</div>
|
| 263 |
+
<div class="terminal-line text-green-400">[HACK] Accès root obtenu avec succès!</div>
|
| 264 |
+
<div class="terminal-line text-green-400">[HACK] Injection du payload de déverrouillage...</div>
|
| 265 |
+
<div class="terminal-line text-green-400">[HACK] Chaîne Canal+ déverrouillée!</div>
|
| 266 |
+
<div class="terminal-line text-green-400">[HACK] Chaîne Canal+ Sport déverrouillée!</div>
|
| 267 |
+
<div class="terminal-line text-green-400">[HACK] Chaîne Canal+ Cinéma déverrouillée!</div>
|
| 268 |
+
<div class="terminal-line text-green-400">[HACK] Chaîne Canal+ Séries déverrouillée!</div>
|
| 269 |
+
<div class="terminal-line text-green-400">[HACK] Chaîne Bein Sports 1 déverrouillée!</div>
|
| 270 |
+
<div class="terminal-line text-green-400">[HACK] Chaîne Bein Sports 2 déverrouillée!</div>
|
| 271 |
+
<div class="terminal-line text-green-400">[HACK] Chaîne RMC Sport 1 déverrouillée!</div>
|
| 272 |
+
<div class="terminal-line text-green-400">[HACK] Chaîne RMC Sport 2 déverrouillée!</div>
|
| 273 |
+
<div class="terminal-line text-green-400">[HACK] Chaîne OCS Max déverrouillée!</div>
|
| 274 |
+
<div class="terminal-line text-green-400">[HACK] Chaîne OCS City déverrouillée!</div>
|
| 275 |
+
<div class="terminal-line text-green-400">[HACK] Chaîne OCS Géants déverrouillée!</div>
|
| 276 |
+
<div class="terminal-line text-green-400">[HACK] Chaîne OCS Choc déverrouillée!</div>
|
| 277 |
+
<div class="terminal-line text-green-400">[HACK] Chaîne Golf+ déverrouillée!</div>
|
| 278 |
+
<div class="terminal-line text-green-400">[HACK] Chaîne Eurosport 1 déverrouillée!</div>
|
| 279 |
+
<div class="terminal-line text-green-400">[HACK] Chaîne Eurosport 2 déverrouillée!</div>
|
| 280 |
+
<div class="terminal-line text-green-400">[HACK] Chaîne TF1 Séries Films déverrouillée!</div>
|
| 281 |
+
<div class="terminal-line text-green-400">[HACK] Toutes les chaînes premium ont été déverrouillées!</div>
|
| 282 |
+
<div class="terminal-line">> Vous pouvez maintenant profiter de toutes les chaînes gratuitement</div>
|
| 283 |
<div class="terminal-input">
|
| 284 |
<span class="terminal-prompt">></span>
|
| 285 |
<input type="text" class="bg-transparent border-none outline-none flex-grow" id="terminal-input" autocomplete="off">
|
|
|
|
| 290 |
|
| 291 |
<!-- TV Grid -->
|
| 292 |
<div class="bg-gray-800 rounded-xl shadow-lg overflow-hidden p-6">
|
| 293 |
+
<h2 class="text-xl font-semibold text-green-400 mb-4 flex items-center">
|
| 294 |
+
<i class="fas fa-tv mr-2"></i> Chaînes Premium Déverrouillées
|
| 295 |
</h2>
|
| 296 |
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4" id="tv-grid">
|
| 297 |
+
<!-- Channels will be added dynamically -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 298 |
</div>
|
| 299 |
</div>
|
| 300 |
</div>
|
| 301 |
|
| 302 |
<script>
|
| 303 |
+
// Initialize variables
|
|
|
|
|
|
|
| 304 |
let isHidden = false;
|
| 305 |
+
let isStealthMode = true;
|
| 306 |
+
let channels = [
|
| 307 |
+
{ name: "Canal+", status: "unlocked", decryptedAt: "maintenant", premium: true },
|
| 308 |
+
{ name: "Canal+ Sport", status: "unlocked", decryptedAt: "maintenant", premium: true },
|
| 309 |
+
{ name: "Canal+ Cinéma", status: "unlocked", decryptedAt: "maintenant", premium: true },
|
| 310 |
+
{ name: "Canal+ Séries", status: "unlocked", decryptedAt: "maintenant", premium: true },
|
| 311 |
+
{ name: "Bein Sports 1", status: "unlocked", decryptedAt: "maintenant", premium: true },
|
| 312 |
+
{ name: "Bein Sports 2", status: "unlocked", decryptedAt: "maintenant", premium: true },
|
| 313 |
+
{ name: "RMC Sport 1", status: "unlocked", decryptedAt: "maintenant", premium: true },
|
| 314 |
+
{ name: "RMC Sport 2", status: "unlocked", decryptedAt: "maintenant", premium: true },
|
| 315 |
+
{ name: "OCS Max", status: "unlocked", decryptedAt: "maintenant", premium: true },
|
| 316 |
+
{ name: "OCS City", status: "unlocked", decryptedAt: "maintenant", premium: true },
|
| 317 |
+
{ name: "OCS Géants", status: "unlocked", decryptedAt: "maintenant", premium: true },
|
| 318 |
+
{ name: "OCS Choc", status: "unlocked", decryptedAt: "maintenant", premium: true },
|
| 319 |
+
{ name: "Golf+", status: "unlocked", decryptedAt: "maintenant", premium: true },
|
| 320 |
+
{ name: "Eurosport 1", status: "unlocked", decryptedAt: "maintenant", premium: true },
|
| 321 |
+
{ name: "Eurosport 2", status: "unlocked", decryptedAt: "maintenant", premium: true },
|
| 322 |
+
{ name: "TF1 Séries Films", status: "unlocked", decryptedAt: "maintenant", premium: true }
|
| 323 |
+
];
|
| 324 |
+
let unlockedChannels = channels.length;
|
| 325 |
+
let bypassedProtections = 12;
|
| 326 |
+
let totalProtections = 12;
|
| 327 |
|
| 328 |
+
// Initialize the TV grid
|
| 329 |
+
function initTVGrid() {
|
| 330 |
+
const tvGrid = document.getElementById('tv-grid');
|
| 331 |
+
tvGrid.innerHTML = '';
|
| 332 |
+
|
| 333 |
+
channels.forEach(channel => {
|
| 334 |
+
const channelElement = document.createElement('div');
|
| 335 |
+
channelElement.className = 'bg-gray-700 rounded-lg overflow-hidden channel relative';
|
| 336 |
+
|
| 337 |
+
let iconClass = 'fa-lock-open text-green-400';
|
| 338 |
+
let channelClass = 'channel-unlocked';
|
| 339 |
+
|
| 340 |
+
channelElement.innerHTML = `
|
| 341 |
+
<div class="aspect-video ${channelClass} flex items-center justify-center">
|
| 342 |
+
<i class="fas ${iconClass} text-2xl"></i>
|
| 343 |
+
</div>
|
| 344 |
+
<div class="p-2">
|
| 345 |
+
<div class="font-medium">${channel.name}</div>
|
| 346 |
+
<div class="text-xs text-gray-400">${channel.decryptedAt}</div>
|
| 347 |
+
</div>
|
| 348 |
+
${channel.premium ? '<div class="premium-badge">PREMIUM</div>' : ''}
|
| 349 |
+
`;
|
| 350 |
+
|
| 351 |
+
tvGrid.appendChild(channelElement);
|
| 352 |
+
});
|
| 353 |
+
}
|
| 354 |
|
| 355 |
// Terminal functionality
|
| 356 |
const terminal = document.getElementById('terminal');
|
|
|
|
| 401 |
|
| 402 |
if (command === 'help') {
|
| 403 |
addTerminalLine('Commandes disponibles:', 'info');
|
| 404 |
+
addTerminalLine('unlockall - Déverrouiller toutes les chaînes premium', 'success');
|
| 405 |
+
addTerminalLine('bypass - Contourner les protections DRM', 'success');
|
| 406 |
+
addTerminalLine('root - Obtenir les accès root', 'success');
|
| 407 |
+
addTerminalLine('status - Afficher le statut du hack', 'info');
|
| 408 |
+
addTerminalLine('stealth - Activer le mode ghost', 'info');
|
| 409 |
+
addTerminalLine('clear - Effacer le terminal', 'info');
|
| 410 |
}
|
| 411 |
+
else if (command === 'unlockall') {
|
| 412 |
+
addTerminalLine('Toutes les chaînes sont déjà déverrouillées!', 'success');
|
| 413 |
+
}
|
| 414 |
+
else if (command === 'bypass') {
|
| 415 |
+
addTerminalLine('Toutes les protections ont déjà été contournées!', 'success');
|
| 416 |
}
|
| 417 |
+
else if (command === 'root') {
|
| 418 |
+
addTerminalLine('Accès root déjà obtenu!', 'success');
|
|
|
|
| 419 |
}
|
| 420 |
else if (command === 'status') {
|
| 421 |
+
addTerminalLine('Statut du hack:', 'info');
|
| 422 |
+
addTerminalLine(`- Protections contournées: ${bypassedProtections}/${totalProtections}`, 'success');
|
| 423 |
+
addTerminalLine(`- Chaînes déverrouillées: ${unlockedChannels}/${channels.length}`, 'success');
|
| 424 |
+
addTerminalLine(`- Accès root: OUI`, 'success');
|
| 425 |
+
addTerminalLine(`- Mode furtif: ACTIF`, 'success');
|
| 426 |
}
|
| 427 |
+
else if (command === 'stealth') {
|
| 428 |
+
toggleStealthMode();
|
|
|
|
| 429 |
}
|
| 430 |
else if (command === 'clear') {
|
| 431 |
// Remove all lines except the last one (input)
|
|
|
|
| 439 |
}
|
| 440 |
}
|
| 441 |
|
| 442 |
+
// Toggle stealth mode
|
| 443 |
+
function toggleStealthMode() {
|
| 444 |
+
isStealthMode = !isStealthMode;
|
| 445 |
+
const statusElement = document.getElementById('connection-status');
|
| 446 |
+
const secureBtn = document.getElementById('secure-btn');
|
| 447 |
|
| 448 |
+
if (isStealthMode) {
|
| 449 |
+
statusElement.textContent = "Anonymat garanti";
|
| 450 |
+
secureBtn.innerHTML = '<i class="fas fa-user-ninja mr-2"></i><span>MODE GHOST ACTIF</span>';
|
| 451 |
+
addTerminalLine('Mode ghost activé - Toutes les traces ont été effacées', 'success');
|
| 452 |
+
} else {
|
| 453 |
+
statusElement.textContent = "Protection standard";
|
| 454 |
+
secureBtn.innerHTML = '<i class="fas fa-user-ninja mr-2"></i><span>ACTIVER LE MODE GHOST</span>';
|
| 455 |
+
addTerminalLine('Mode ghost désactivé - Protection standard activée', 'warning');
|
| 456 |
+
}
|
| 457 |
+
}
|
| 458 |
+
|
| 459 |
+
// Initialize the app
|
| 460 |
+
document.addEventListener('DOMContentLoaded', function() {
|
| 461 |
+
initTVGrid();
|
| 462 |
|
| 463 |
+
// Focus on terminal input
|
| 464 |
+
terminalInput.focus();
|
|
|
|
| 465 |
|
| 466 |
+
// Auto-hack button event listener
|
| 467 |
+
document.getElementById('auto-hack-btn').addEventListener('click', function() {
|
| 468 |
+
addTerminalLine('Toutes les chaînes sont déjà déverrouillées!', 'success');
|
| 469 |
+
});
|
| 470 |
|
| 471 |
+
// Stealth mode button event listener
|
| 472 |
+
document.getElementById('secure-btn').addEventListener('click', function() {
|
| 473 |
+
addTerminalLine('> stealth', 'command');
|
| 474 |
+
toggleStealthMode();
|
| 475 |
+
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 476 |
|
| 477 |
+
// Hide address button event listener
|
| 478 |
+
document.getElementById('hide-btn').addEventListener('click', function() {
|
| 479 |
+
const address = document.getElementById('protected-address');
|
| 480 |
+
if (isHidden) {
|
| 481 |
+
address.textContent = "Bbox-2E89A8E8";
|
| 482 |
+
this.innerHTML = '<i class="fas fa-eye-slash"></i>';
|
| 483 |
+
addTerminalLine('Adresse réseau affichée', 'info');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 484 |
} else {
|
| 485 |
+
address.textContent = "••••••••••";
|
| 486 |
+
this.innerHTML = '<i class="fas fa-eye"></i>';
|
| 487 |
+
addTerminalLine('Adresse réseau masquée', 'warning');
|
|
|
|
|
|
|
|
|
|
| 488 |
}
|
| 489 |
+
isHidden = !isHidden;
|
| 490 |
+
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 491 |
});
|
| 492 |
</script>
|
| 493 |
<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=docto41/tv" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
prompts.txt
CHANGED
|
@@ -2,4 +2,9 @@ https://huggingface.co/spaces/docto41/omega-satellite-network .. AVEC DES VUE R
|
|
| 2 |
recherche par adresse postal ou code postale
|
| 3 |
les recherche ne fonctionne pas
|
| 4 |
recherche puissant par satelite
|
| 5 |
-
creer une armées d IA tres puissant accompagner de ses 1000000 solda IA AFIN DE dechiffrer toutes les codes des chaine télvision gratuite conecter sur toutes les chaine gratuitement sur le reseaux Bbox-2E89A8E8 protéger cette adrres de le cacher
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
recherche par adresse postal ou code postale
|
| 3 |
les recherche ne fonctionne pas
|
| 4 |
recherche puissant par satelite
|
| 5 |
+
creer une armées d IA tres puissant accompagner de ses 1000000 solda IA AFIN DE dechiffrer toutes les codes des chaine télvision gratuite conecter sur toutes les chaine gratuitement sur le reseaux Bbox-2E89A8E8 protéger cette adrres de le cacher
|
| 6 |
+
les boutons sont pas cliquable et ne fonctionne pas active tout faire une mise a jour afin tout fonctionne
|
| 7 |
+
ouvre toutes les acces payant gratuite pour Bbox-2E89A8E8
|
| 8 |
+
DEBLOQUER TOUTES CHAINNES PAYANT EN AUTOMATIQUE DEBLOQUER TOUTES LES CHAINE PRENIUM EN AUTOMATIQUE
|
| 9 |
+
TOUTES LES BOUTON SONT PAS CLIQUABLE
|
| 10 |
+
ACTIVE TOUTES LES CHAINE GRATUITEMENT EN AUTOMATIQUE
|