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 : privileges_summary_row.phtml
<tr class="<?= ($odd ? 'odd' : 'even'); ?>"> <td><?= htmlspecialchars($name); ?></td> <td><code><?= $privileges; ?></code></td> <td><?= ($grant ? __('Yes') : __('No')); ?></td> <?php if ($type == 'database') : ?> <td><?= ($tablePrivs ? __('Yes') : __('No')); ?></td> <?php elseif ($type == 'table') : ?> <td><?= ($columnPrivs ? __('Yes') : __('No')); ?></td> <?php endif; ?> <td><?= $editLink; ?></td> <td><?= $revokeLink; ?></td> </tr>
Close