mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 22:49:02 +00:00
Make version intensity scripts use shortport.version_port_or_service() instead of shortport.port_or_service()
This commit is contained in:
@@ -76,7 +76,7 @@ local function range(first, last)
|
||||
return list
|
||||
end
|
||||
|
||||
portrule = shortport.port_or_service(range(27960, 27970), {'quake3'}, 'udp')
|
||||
portrule = shortport.version_port_or_service(range(27960, 27970), {'quake3'}, 'udp')
|
||||
|
||||
local function parsefields(data)
|
||||
local fields = {}
|
||||
|
||||
Reference in New Issue
Block a user