3

Currently running an IIS server with some legacy asp & sql.

I was wondering if there are any good isapi filters which would automate checking for SQL injection attacks ?

1 Answers1

4

URL Scan: http://www.iis.net/extensions/UrlScan It's build specifically for your situation, as well as other common attacks, and works with most any version of IIS.

Scott Forsyth
  • 16,339
  • 3
  • 36
  • 55