1
0
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:
jay
2014-07-30 07:10:35 +00:00
parent 341e447868
commit 61d13e12d2
8 changed files with 8 additions and 8 deletions

View File

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