Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
phpmyadmin /
templates /
privileges /
[ HOME SHELL ]
Name
Size
Permission
Action
add_privileges_database.phtml
702
B
-rw-r--r--
add_privileges_routine.phtml
631
B
-rw-r--r--
add_privileges_table.phtml
611
B
-rw-r--r--
edit_routine_privileges.phtml
1.27
KB
-rw-r--r--
privileges_summary.phtml
2.89
KB
-rw-r--r--
privileges_summary_row.phtml
486
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : add_privileges_routine.phtml
<input type="hidden" name="dbname" value="<?= htmlspecialchars($database); ?>"/> <label for="text_routinename"><?= __('Add privileges on the following routine:'); ?></label> <?php if (! empty($routines)) : ?> <select name="pred_routinename" class="autosubmit"> <option value="" selected="selected"><?= __('Use text field'); ?>:</option> <?php foreach ($routines as $routine) : ?> <option value="<?= htmlspecialchars($routine); ?>"><?= htmlspecialchars($routine); ?></option> <?php endforeach; ?> </select> <?php endif; ?> <input type="text" id="text_routinename" name="routinename" />
Close