mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
One more whitespace change in x11-access.nse.
This commit is contained in:
parent
7002052746
commit
ffa9178f2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue