Nmap Development mailing list archives

Re: NSE Script: x11 server checking


From: vladz () devzero fr
Date: Fri, 7 Aug 2009 00:18:06 +0200

Hello Jah,

On Thu, Aug 06, 2009 at 10:21:22PM +0100, jah wrote:
port.product is bogus and what I should have written is
*port.version.product*

Thank you a lot for your answer, I have now something that works nice.

To resume, the "portrule" returns true if:

   port.number >= 6000 and port.number <= 6009
   -- port.service is something like "^X11[:n]"
   and string.match(port.service, "^X11")
   -- port.version.product is equal to nil (means that "-sV" has not been 
   -- launched)
   and port.version.product == nil

A new version of the script is attached to this mail.

Bye,
-vladz.

Attachment: x11-display.nse
Description:


_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org

Current thread: