Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?
Closed 6 years ago.
Improve this questionI've twice had my site's url changed in the database. This is the only piece of data being altered. Whoever is doing this is then redirecting the site to a script at this location:
somelandingpage [dot] com/3gGykjDJ?frm=script
I've tried preventing XSS and have checked/updated every single plugin and I cannot figure out how this is happening. Any ideas?
Closed. This question is off-topic. It is not currently accepting answers.Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?
Closed 6 years ago.
Improve this questionI've twice had my site's url changed in the database. This is the only piece of data being altered. Whoever is doing this is then redirecting the site to a script at this location:
somelandingpage [dot] com/3gGykjDJ?frm=script
I've tried preventing XSS and have checked/updated every single plugin and I cannot figure out how this is happening. Any ideas?
YOu need to deeply look throughout your site for the 'infection'/malware code. This would include the following steps:
I've put together a procedure I use to clean up a site. It takes a while, but can be done. There are other similar resources available via your favorite search engine.
Here is how to fix this:
Hope this helps and saves some of you some time :)