1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

Add more ports to the rule for cccam-version.

Based on service submissions.
This commit is contained in:
david
2012-02-07 18:16:09 +00:00
parent 320f3121bd
commit 75a2b3a936

View File

@@ -110,7 +110,7 @@ local function trial(host, port)
return data return data
end end
portrule = shortport.version_port_or_service(12000, "cccam") portrule = shortport.version_port_or_service({10000, 10001, 12000, 12001, 16000, 16001}, "cccam")
function action(host, port) function action(host, port)
local seen = {} local seen = {}