One of my client's sites was infected by this exploit. In addition to searching in tomthumb and thumbs.php, look for an infected index.php in these folders: /wp-content/themes
WordPress Blackhole Exploit
6
One of my client's sites was infected by this exploit. In addition to searching in tomthumb and thumbs.php, look for an infected index.php in these folders:
/wp-content/themes
/wp-content/themes/(your theme name)
/wp-content/plugins
/wp-content
Remove everything that begins with "if (!isset($sRetry))" and ends with the final curly brace before the closing php statement. In all of the index files except for the one in themes, you should be left with:
in your theme header you should be left with only the usual theme stuff.
/wp-content/themes
/wp-content/themes/(your theme name)
/wp-content/plugins
/wp-content
Remove everything that begins with "if (!isset($sRetry))" and ends with the final curly brace before the closing php statement. In all of the index files except for the one in themes, you should be left with:
Code:
<?php //silence is golden?>
- nobita436
- lisag
- lordspace
- tajimd
- locke815
Next Topics on Trending Feed
-
6