mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Enhanced Cloud mode and VS
This commit is contained in:
parent
9bfc16079a
commit
0bc208cefa
6 changed files with 15 additions and 14 deletions
|
|
@ -712,7 +712,7 @@ function vs_utils.discover_open_ports(host)
|
|||
|
||||
local result,duration,scan_result,num_open_ports,num_vulnerabilities_found, cve, udp_ports, tcp_ports, scan_ports
|
||||
|
||||
local scan_module = vs_utils.load_module("openports")
|
||||
local scan_module = vs_utils.load_module("tcp_openports")
|
||||
result,duration,scan_result,num_open_ports,num_vulnerabilities_found, cve, udp_ports, tcp_ports = scan_module:scan_host(host, ports)
|
||||
|
||||
-- FIX ME -> only tcp for now
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue