Mailing List Archive

google_search_appliance_detect.nasl Bug Fix
Hello,

google_search_appliance_detect.nasl is missing brackets around the
second if statement, causing it to FP on any target with a 302 on /

should be:

if( egrep(pattern:"^Location...
{
set_kb_item..
security_note(port);
}

}

Sincerely,
Scott
_______________________________________________
Plugins-writers mailing list
Plugins-writers@list.nessus.org
http://mail.nessus.org/mailman/listinfo/plugins-writers
Re: google_search_appliance_detect.nasl Bug Fix [ In reply to ]
On Thu, Dec 01, 2005 at 10:55:41AM -0800, Scott Shebby wrote:

> google_search_appliance_detect.nasl is missing brackets around the
> second if statement, causing it to FP on any target with a 302 on /
>
> should be:
>
> if( egrep(pattern:"^Location...
> {
> set_kb_item..
> security_note(port);
> }
>
> }

I just fixed it; the revised version should become available via
nessus-update-plugins in an hour or so. Thanks for your report.

George
--
theall@tenablesecurity.com
_______________________________________________
Plugins-writers mailing list
Plugins-writers@list.nessus.org
http://mail.nessus.org/mailman/listinfo/plugins-writers