RE: Web Application Source Vulnerability Scanners > For instance I'm currently looking for an ASP(vbs) security
If SQL injection is an issue, do a word search for SQL keywords (insert, update and select would be favorites but create might also be useful) through all the ASP pages. I am assuming that to avoid SQL injection you are using prepared statements (eg ADO command object). Also try searching for dynamic SQL in procs. Look for anything that looks like "'<some sql keyword>" (eg 'SELECT). For SQL Server check the syscomments table.
regards
David Cameron
nOw.b2b
dcameron@itis-now.com
Received on Thu Mar 20 18:55:26 2003
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 14:07:49 EDT
|