1
0
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:
nnposter
2025-10-08 23:08:04 +00:00
parent 6b7652513e
commit fcf6f0cb19

View File

@@ -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 = {}