Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    Do you have your website in subversion (or similar)? An hourly svn status cron job can alert you very quickly to any changes and a manual svn revert can remove all the changes. Commented Jun 22, 2012 at 9:17
  • I think this answer might apply to your situation. security.stackexchange.com/questions/16305/… Commented Jun 24, 2012 at 13:22
  • 1
    "malware injection" is just a symptom of insecure code. An attacker needs a vulnerability such as SQL Injection or a Local File Include vulnerability in order to make this happen. Commented Jul 10, 2013 at 16:36