Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 172.70.114.232
Cant Read [ /etc/named.conf ]
8.1.5
www-data
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
/
var /
www /
justhub /
assets /
admin /
php-version /
[ HOME SHELL ]
Name
Size
Permission
Action
blank.php
1.13
KB
-rw-r--r--
calendar.php
1.29
KB
-rw-r--r--
chart.php
7.04
KB
-rw-r--r--
config.php
46
B
-rw-r--r--
error.php
2.31
KB
-rw-r--r--
footer.php
4.59
KB
-rw-r--r--
form.php
11.51
KB
-rw-r--r--
gallery.php
2.09
KB
-rw-r--r--
grid.php
10.52
KB
-rw-r--r--
header.php
9.81
KB
-rw-r--r--
icon.php
20.17
KB
-rw-r--r--
index.php
21.29
KB
-rw-r--r--
login.php
1.71
KB
-rw-r--r--
table.php
49.77
KB
-rw-r--r--
tour.php
1.47
KB
-rw-r--r--
typography.php
10
KB
-rw-r--r--
ui.php
18.25
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : error.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <link href='http://fonts.googleapis.com/css?family=Creepster|Audiowide' rel='stylesheet' type='text/css'> <style> * { margin: 0; padding: 0; } body { font-family: arial, helvetica, sans-serif; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAUElEQVQYV2NkYGAwBuKzQAwDID4IoIgxIikAMZE1oRiArBDdZBSNMIXoJiFbDZYDKcSmCOYimDuNSVKIzRNYrUYOFuQgweoZbIoxgoeoAAcAEckW11HVTfcAAAAASUVORK5CYII=) repeat; background-color: #212121; color: white; font-size: 28px; padding-bottom: 20px; } .error-code { font-family: 'Creepster', cursive, arial, helvetica, sans-serif; font-size: 200px; color: white; color: rgba(255, 255, 255, 0.98); width: 50%; text-align: right; margin-top: 5%; text-shadow: 5px 5px hsl(0, 0%, 25%); float: left; } .not-found { font-family: 'Audiowide', cursive, arial, helvetica, sans-serif; width: 45%; float: right; margin-top: 5%; font-size: 50px; color: white; text-shadow: 2px 2px 5px hsl(0, 0%, 61%); padding-top: 70px; } .clear { float: none; clear: both; } .content { text-align: center; line-height: 30px; } input[type=text] { border: hsl(247, 89%, 72%) solid 1px; outline: none; padding: 5px 3px; font-size: 16px; border-radius: 8px; } a { text-decoration: none; color: #9ECDFF; text-shadow: 0px 0px 2px white; } a:hover { color: white; } </style> <title>Error</title> </head> <body> <p class="error-code"> 404 </p> <p class="not-found">Not<br/>Found</p> <div class="clear"></div> <div class="content"> The page your are looking for is not found. <br> <a href="index.html">Go Home</a> or <br> <br> <form>Search<br><input autofocus type="text" name="search"/></form> </div> </body> </html>
Close