mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Add more ports to the rule for cccam-version.
Based on service submissions.
This commit is contained in:
parent
320f3121bd
commit
75a2b3a936
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ local function trial(host, port)
|
|||
return data
|
||||
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)
|
||||
local seen = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue