Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
usr /
share /
phpmyadmin /
templates /
server /
privileges /
[ HOME SHELL ]
Name
Size
Permission
Action
add_user.twig
1.32
KB
-rw-r--r--
add_user_fieldset.twig
466
B
-rw-r--r--
change_password.twig
3.26
KB
-rw-r--r--
choose_user_group.twig
677
B
-rw-r--r--
edit_routine_privileges.twig
3.83
KB
-rw-r--r--
initials_row.twig
896
B
-rw-r--r--
login_information_fields.twig
4.74
KB
-rw-r--r--
new_user_ajax.twig
1.6
KB
-rw-r--r--
privileges_summary.twig
4.58
KB
-rw-r--r--
privileges_table.twig
32.53
KB
-rw-r--r--
subnav.twig
534
B
-rw-r--r--
user_overview.twig
728
B
-rw-r--r--
user_properties.twig
4.76
KB
-rw-r--r--
users_overview.twig
5.79
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : new_user_ajax.twig
<tr> <td> <input type="checkbox" name="selected_usr[]" id="checkbox_sel_users_" value=" {{- user.name ~ '&#27;' ~ user.host }}"> </td> <td> <label for="checkbox_sel_users_"> {% if user.name is empty %} <span class="text-danger">{% trans 'Any' %}</span> {% else %} {{ user.name }} {% endif %} </label> </td> <td> {{ user.host }} </td> <td> {% if user.has_password %} {% trans 'Yes' %} {% else %} <span class="text-danger">{% trans 'No' %}</span> {% endif %} </td> <td> <code> {{ user.privileges|raw }} </code> </td> {% if user.has_group %} <td class="usrGroup"></td> {% endif %} <td> {{ user.has_grant ? 'Yes'|trans : 'No'|trans }} </td> {% if is_grantuser %} <td> <a class="edit_user_anchor" href="{{ url('/server/privileges', { 'username': user.name, 'hostname': user.host, 'dbname': '', 'tablename': '', 'routinename': '' }) }}"> {{ get_icon('b_usredit', 'Edit privileges'|trans) }} </a> </td> {% endif %} {% if user.has_group_edit %} <td> <a class="edit_user_group_anchor ajax" href="{{ url('/server/privileges', {'username': user.name}) }}"> {{ get_icon('b_usrlist', 'Edit user group'|trans) }} </a> </td> {% endif %} <td> <a class="export_user_anchor ajax" href="{{ url('/server/privileges', { 'username': user.name, 'hostname': user.host, 'export': true, 'initial': initial }) }}"> {{ get_icon('b_tblexport', 'Export'|trans) }} </a> </td> </tr>
Close