ASP.NET WeblogsASP.NET Community BloggersFree SQL Injection Vulnerability Scanner By HP- June 30, 2008 Scrawlr is a free software for scanning SQL injection vulnerabilities on your web applications. It is developed by HP Web Security Research Group in coordination with Microsoft Security Response Center. Scrawlr crawls a website while simultaneously analyzing the parameters of each individual web page for SQL Injection vulnerabilities. After the scanning process, if it can find, it even shows your database table names as a proof of the possible SQL injection vulnerabilities. via...http://weblogs.asp.net/hosamkamel/archive/2008/06/30/free-sql-injection-vulnerability-scan... Silverlight contest- June 30, 2008 Enter the Silverlight control builder contest and win cool prizes like a 1 year premium MSDN subscription!!! http:gosilverlight.orgDefault.aspx Hurry - ends August 11, 2008.http://weblogs.asp.net/pmandayam/archive/2008/06/30/silverlight-contest.aspx Automate MSSASI As A Shell Command- June 30, 2008 I have created an ASP.NET page to automate the Microsoft Source Code Analyzer for SQL Injection command line tool. It would be tedious to craft a command for every page in a large Classic ASP web site. I was unable to scan my entire site until I developed this ASP.NET page. Why an ASP.NET page and not a console application Well "I've learned to use a hammer, so I'm gonna hammer everything" as Jeff Atwood would say. LOL. But seriously, I wanted to generate a HTML report so it may as well be a...http://weblogs.asp.net/rrobbins/archive/2008/06/30/automate-mssasi-as-a-shell-command.aspx |