1.

How To Recover From Sql Injection?

Answer»

If for some reason the resolution IMPLEMENTED does not resolve the PROBLEM and the SQL Injection attack occurs again, the quickest path may be to do the following:

  • Shut down the web sites
  • Review the IIS logs to DETERMINE the commands ISSUED and which web pagecommand has the vulnerability
  • Convert the code to determine which tables were affected and the command issued
  • Find and replace the STRING in your tables
  • Correct the web pagecommand that has the vulnerability
  • Test to validate the issue no longer occurs
  • Deploy the web pagecommand
  • Re-enable the web sites

If for some reason the resolution implemented does not resolve the problem and the SQL Injection attack occurs again, the quickest path may be to do the following:



Discussion

No Comment Found