Re: Help with Malicious Script in Database and Web Application
Date: February 19, 2010 11:38AM
review log files so you can see what the actual attack vectors are. if malicious code is being being uploaded to your server, you should be able to determine where it's at, how it's being used, and how it got there in the first place. if you have sql injection issues in any of your web apps, there won't be an "malicious codes" to find in the first place but the attacker could still muck up your db. it may be best to just start over with a clean slate, but if you put the same vulnerable web apps back up, you'll probably just get pwned again real soon.