1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 18:09:01 +00:00

One more whitespace change in x11-access.nse.

This commit is contained in:
david
2009-08-08 20:03:45 +00:00
parent 7002052746
commit ffa9178f2b

View File

@@ -20,7 +20,7 @@ author = "vladz <vladz@devzero.fr>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"default", "safe"}
portrule = function( host, port )
portrule = function(host, port)
return ((port.number >= 6000 and port.number <= 6009)
or string.match(port.service, "^X11"))
-- If port.version.product is not equal to nil, version