mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Use simpler/cheaper portrule
This commit is contained in:
parent
6b7652513e
commit
fcf6f0cb19
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue