Tuesday, October 25, 2016

security - Site hacked - any ideas of what to do, where to look?

A site I host was recently hacked. The index page had the following code added to the bottom (just above the closing body tag):



   


Followed by...




Lots and lots of tags going to
spammy sites...





Our server has suphp installed, so I don't think it could've happened from another account. This account does have Wordpress installed, so that may be the problem.



Any tips on where to go from here?



Thanks!

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...