Return to Snippet

Revision: 31474
at September 7, 2010 11:54 by KVachon


Initial Code
UPDATE wp_posts set post_content=REPLACE(post_content,'<script src="http://uoauer.com/si"></script>','<!--Cleaned-->') WHERE  LOCATE('<script src="http://uoauer.com/si"></script>',post_content)

Initial URL


Initial Description
Just change the script tag to whatever your malware is injecting.

Initial Title
Clean Wordpress Posts of MALWARE

Initial Tags


Initial Language
MySQL