On Tue, Mar 30, 2004 at 04:58:42AM -0500, Keyur Lavingia wrote:

> As for the banner that Nessus is getting, where would I find the raw data to
> forward it to you ? Can you please guide me on that one ?

This probably isn't necessary given that you aren't actually seeing
false positives with 12110.  But if you want to see for yourself,
understand that the plugin bases its decision on the Server: header
returned by the target.  One method to do this is to connect using
OpenSSL's s_client command and issue a GET for the initial page, then
look for the Server: header near the top of the output; eg,

     openssl s_client -connect $target:443
     GET / HTTP/1.1
     Host: $target
     <empty line>



George
-- 
[EMAIL PROTECTED]

Attachment: pgp00000.pgp
Description: PGP signature

_______________________________________________
Nessus mailing list
[EMAIL PROTECTED]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to