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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user