Posts Tagged ‘wordpress-fix.php’

WordPress Virus Fix

Thursday, May 20th, 2010

Steps to fix the WordPress virus.

  1. Copy and paste the following source code in a text file.
  2. Save the text file a wordpress-fix.php .
  3. Upload the file to you WordPress directory.
  4. 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 ———-

Share and Enjoy:
  • Facebook
  • Twitter
  • Print
  • Digg
  • del.icio.us
  • Google Bookmarks
  • LinkedIn
  • Live
  • MySpace
  • NewsVine
  • PDF
  • Reddit
  • RSS
  • Slashdot
  • SphereIt
  • StumbleUpon