Mailing List Archive

iis_propfind2.nasl (10667)
Good day,

This nasl started popping up on our scans all of a sudden.
It seems the issue being tested for is only relevant to IIS 5.0

As such this line in the nasl:

if(egrep("Server:.*IIS.*", string:r))

Should probably be replaced with something like

if(egrep(pattern:"^Server:.*Microsoft-IIS/5\.0", string:r))

Regards,

======================================================================
Herman Young
SensePost Information Security +27 12 460 0880
PGP : http://www.sensepost.com/pgp/herman.txt herman@sensepost.com
======================================================================



** CRM114 Whitelisted by: From herman@sensepost.com **
_______________________________________________
Plugins-writers mailing list
Plugins-writers@list.nessus.org
http://mail.nessus.org/mailman/listinfo/plugins-writers
Re: iis_propfind2.nasl (10667) [ In reply to ]
On Mar 19, 2007, at 2:03 PM, Herman Young wrote:

> Good day,
>
> This nasl started popping up on our scans all of a sudden.
> It seems the issue being tested for is only relevant to IIS 5.0


Fixed, thank you !


-- Renaud
_______________________________________________
Plugins-writers mailing list
Plugins-writers@list.nessus.org
http://mail.nessus.org/mailman/listinfo/plugins-writers