mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Typo
This commit is contained in:
parent
4b8dcf0ab9
commit
bbf9b71add
1 changed files with 1 additions and 1 deletions
|
|
@ -948,7 +948,7 @@ end
|
|||
|
||||
-- **********************************************************
|
||||
|
||||
function vs_utils.discover_open_portsx(host)
|
||||
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, network_alert_store,now
|
||||
|
||||
local scan_module = vs_utils.load_module("tcp_portscan")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue