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 /
[ HOME SHELL ]
Name
Size
Permission
Action
columns_definitions
[ DIR ]
drwxr-xr-x
components
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
error
[ DIR ]
drwxr-xr-x
javascript
[ DIR ]
drwxr-xr-x
list
[ DIR ]
drwxr-xr-x
navigation
[ DIR ]
drwxr-xr-x
privileges
[ DIR ]
drwxr-xr-x
server
[ DIR ]
drwxr-xr-x
table
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
header_location.phtml
869
B
-rw-r--r--
prefs_autoload.phtml
658
B
-rw-r--r--
preview_sql.phtml
382
B
-rw-r--r--
secondary_tabs.phtml
188
B
-rw-r--r--
startAndNumberOfRowsPanel.phtm...
892
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header_location.phtml
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Manage HTML redirection * * @package PhpMyAdmin-template * * @param string $uri Redirection location */ $uri = isset($uri) ? $uri : null; ?> <html> <head> <title>- - -</title> <meta http-equiv="expires" content="0" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Cache-Control" content="no-cache" /> <meta http-equiv="Refresh" content="0;url=<?= htmlspecialchars($uri) ?>" /> <script type="text/javascript"> //<![CDATA[ setTimeout("window.location = decodeURI('<?= PMA_escapeJsString($uri) ?>')", 2000); //]]> </script> </head> <body> <script type="text/javascript"> //<![CDATA[ document.write('<p><a href="<?= PMA_escapeJsString(htmlspecialchars($uri)) ?>"><?php echo __('Go') ?></a></p>'); //]]> </script> </body> </html>
Close