mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Use simpler/cheaper portrule
This commit is contained in:
@@ -35,7 +35,7 @@ license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
|||||||
categories = {"intrusive", "brute"}
|
categories = {"intrusive", "brute"}
|
||||||
|
|
||||||
|
|
||||||
portrule = shortport.port_or_service(2050, "", "tcp", "open")
|
portrule = shortport.portnumber(2050, "tcp", "open")
|
||||||
|
|
||||||
local not_admins = {}
|
local not_admins = {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user