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:
@@ -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 = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user