Vulnerability Count

George Toft plug-discuss@lists.PLUG.phoenix.az.us
Sat, 25 Aug 2001 19:16:10 -0700


Come on, it's just a script:

#!/bin/bash

# This script gets the list of vulnerabilities for each operating system

echo "Content-type: text/html"
echo ""


echo "<p><b>Microsoft Windows NT</b>: "
/usr/bin/lynx -dump
"http://www.securityfocus.com/focus/common/middle.html?vendor=Microsoft&title=Windows%20NT&version=any&_ref=2102224222"
| grep -c "\["
echo "</p>"


echo "<p><b>Microsoft Windows 2000</b>: "
/usr/bin/lynx -dump
"http://www.securityfocus.com/focus/common/middle.html?vendor=Microsoft&title=Windows%202000&version=any&_ref=436741183"
| grep -c "\["
echo "</p>"


echo "<p><b>Solaris</b>: "
/usr/bin/lynx -dump
"http://www.securityfocus.com/focus/common/middle.html?vendor=Sun&title=Solaris&version=any&_ref=1389568819"
| grep -c "\["
echo "</p>"


echo "<p><b>Linux Mandrake</b>: "
/usr/bin/lynx -dump
"http://www.securityfocus.com/focus/common/middle.html?vendor=&title=Linux%20Mandrake&ver_major=7&ver_minor=0&ver_sub=0&ver_ext=&_ref=1459657170"
| grep -c "\["
echo "</p>"


echo "<p><b>Linux Red Hat</b>: "
/usr/bin/lynx -dump
"http://www.securityfocus.com/focus/common/middle.html?vendor=RedHat&title=Linux&ver_major=$I&ver_minor=&ver_sub=&ver_ext=&_ref=563896175"
| grep -c "\["
echo "</p>"


From the data I'm grabbing, I don't know if I can split it up like that,
but I'll look into it.

George




"John (EBo) David" wrote:
> 
> Digital Wokan wrote:
> >
> > ...
> > > It would also be nice if you could plot the frequency of vulnerabilities
> > > over time and compare a single graph...
> > >
> > >   EBo --
> >
> > A breakdown of remotely exploitable vs locally exploitable would be
> > good, too.
> 
> agreed.
> 
>  EBo --
> ________________________________________________
> See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail.
> 
> PLUG-discuss mailing list  -  PLUG-discuss@lists.PLUG.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss