Steps to fix the WordPress virus.
- Copy and paste the following source code in a text file.
- Save the text file a wordpress-fix.php .
- Upload the file to you WordPress directory.
- run the file via http://yourwordpressdirectory.com/wordpress-fix.php.
It seams to work, good luck.
———- Copy & Paste SOURCE CODE ———-
Site clean up by <a href=”http://sucuri.net”>http://sucuri.net</a><br />
This script will clean the malware from this attack:
<a href=”http://sucuri.net/malware/entry/MW:MROBH:1″>http://sucuri.net/malware/entry/MW:MROBH:1</a>
<br /><br />
If you need help, contact dd@sucuri.net or visit us at <a href=”http://sucuri.net/index.php?page=nbi”>
http://sucuri.net/index.php?page=nbi</a>
<br />
<br />
<?php
$dir = “./”;
$rmcode = `find $dir -name “*.php” -type f |xargs sed -i ‘s#<?php /\*\*/ eval(base64_decode(“aWY.*?>##g’ 2>&1`;
echo “Malware removed.<br />\n”;
$emptyline = `find $dir -name “*.php” -type f | xargs sed -i ‘/./,$!d’ 2>&1`;
echo “Empty lines removed.<br />\n”;
?>
<br />
Completed.
———- Copy & Paste SOURCE CODE ———-
