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 : edit_routine_privileges.phtml
<div id="edit_user_dialog"> <?= $header; ?> <form class="submenu-item" name="usersForm" id="addUsersForm" action="server_privileges.php" method="post"> <?= PMA_URL_getHiddenInputs(); ?> <input type="hidden" name="username" value="<?= htmlspecialchars($username); ?>"> <input type="hidden" name="hostname" value="<?= htmlspecialchars($hostname); ?>"> <input type="hidden" name="dbname" value="<?= htmlspecialchars($database); ?>"> <input type="hidden" name="routinename" value="<?= htmlspecialchars($routine); ?>"> <input type="hidden" name="grant_count" value="<?= $grantCount; ?>"> <fieldset id="fieldset_user_global_rights"> <legend data-submenu-label="<?= __('Routine')?>"> <?= __('Routine-specific privileges'); ?> </legend> <p> <small> <i><?= __('Note: MySQL privilege names are expressed in English.'); ?></i> </small> </p> <?= $privCheckboxes; ?> </fieldset> <fieldset id="fieldset_user_privtable_footer" class="tblFooters"> <input type="hidden" name="update_privs" value="1"> <input type="submit" value="<?= __('Go')?>"> </fieldset> </form> </div>
Close