Weakness CGI vulnerability scanner

Weakness is a fairly simple CGI vulnerability network scanner. It scans for 94 different CGI vulnerabilities. Of the vulnerabilities on the NASA list, it scans for these 12:

Aglimpse
AnyForm
campas
textcounter
GuestBookCheck
Glimpse Vulnerability
PHPBufferOverflow
vulnphf
CgiPerlMailPrograms (websendmail)
Handler Check
uploader
webdist

The scanner only checks to see if the filename of a cgi program know to be vulnerable exists, but not whether the cgi served by the web server actually is vulnerable. Also, scanning can only be done on port 80. Weakness is written to run on windows, and is available at: http://www.silcom.com/~royalblu/weakness.zip

Pros:

Cons:

Axes