On my site (referenced in my registration profile), there is a malicious script that sometimes puts a big white div tag over the whole page, and then redirects to a site that tells the user their OS has crashed. It checks the referrer and doesn’t always redirect, but the script is there – I’ve seen it on multiple computers in the page source.
If you visit any page on the site (freebyu.org), and view the source in dev. tools, you can find the script under:
<html>
…
<body>
…
<div id=”container”>
…
<div id=”main”>
…
<script>
HERE’S THE HACK!
</script>
Any recommendations on tracking this beasty down? I’ve tried deactivating each plugin on my site individually, with no effect. I want to avoid switching themes, but that’s the next step if I can’t find anything else to try.
Thanks!