I am working on a Wordpress website which got hacked by a "Pharmahack". I have done multiple scans and checked multiple files they all seem fine.
My task now is to remove all of the spam links and text, at the moment I'm doing it manually from a DB dump but there are 300 instances of the offending content.
It is all contained within <div style="position:absolute; left:-3841px; top:-3137px;">
the left and top are variable.
Does anyone know a regex that could remove all the content within this div?
Thanks for any help.