Clean Wordpress Posts of MALWARE


/ Published in: MySQL
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. 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)

Report this snippet


Comments


You need to login to view comments.