Test Suites for Web Application Scanners
By Romain Wednesday, January 10 2007 - 19:04 UTC - Tools - Permalink
By Romain Wednesday, January 10 2007 - 19:04 UTC - Tools - Permalink
For a while, I've been working on a test suite for evaluating web application scanners. Now I have a test suite (PHP/MySQL/AJAX) with a bunch of variable vulnerabilities:
But there is a problem for a full evaluation. Web Application are not only a simple schema of scripts and databases and complex relation, there is also server configuration, infrastructure, different type of databases etc. Thus, I really have to create different test suites for a good coverage of what web apps could be.
I plan to use:
This should cover the differnt type of application but I still have to think about server types, architectures,multiple databases etc.
Comments