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"}
portrule = shortport.port_or_service(2050, "", "tcp", "open")
portrule = shortport.portnumber(2050, "tcp", "open")
local not_admins = {}