Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Nessus: plugins

Bug in os_fingerprint_http.nasl

 

 

Nessus plugins RSS feed   Index | Next | Previous | View Threaded


nnposter at users

Dec 4, 2008, 8:45 AM

Post #1 of 2 (2308 views)
Permalink
Bug in os_fingerprint_http.nasl

There is a minor bug in script os_fingerprint_http.nasl.
The following patch against version 1.26 resolves the issue:

--- os_fingerprint_http.nasl.orig 2008-11-27 10:35:00.000000000 -0700
+++ os_fingerprint_http.nasl 2008-12-03 13:00:50.000000000 -0500
@@ -303,7 +303,7 @@
set_kb_item(name:"Host/OS/HTTP/Type", value:"embedded");
exit(0);
}
- else if (egrep(string: "^Server: Apache/[12].* \(OpenVMS\)", string: banner))
+ else if (egrep(pattern: "^Server: Apache/[12].* \(OpenVMS\)", string: banner))
{
set_kb_item(name:"Host/OS/HTTP", value:"OpenVMS");
set_kb_item(name:"Host/OS/HTTP/Confidence", value: 76);


Cheers,
nnposter
_______________________________________________
Plugins-writers mailing list
Plugins-writers [at] list
http://mail.nessus.org/mailman/listinfo/plugins-writers


mikhail at nessus

Dec 5, 2008, 6:54 AM

Post #2 of 2 (2112 views)
Permalink
Re: Bug in os_fingerprint_http.nasl [In reply to]

On Thursday 04 December 2008 17:45:27 nnposter [at] users wrote:
> The following patch against version 1.54 resolves the issue:
> There is a typo bug in script hastymail_attachment_exec.nasl.
> There is a minor bug in script os_fingerprint_http.nasl.

I fixed these scripts, they should be in the feed soon.
Thanks!

_______________________________________________
Plugins-writers mailing list
Plugins-writers [at] list
http://mail.nessus.org/mailman/listinfo/plugins-writers

Nessus plugins RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.