mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 17:30:11 +00:00
10 lines
237 B
Lua
10 lines
237 B
Lua
--
|
|
-- (C) 2019-21 - ntop.org
|
|
--
|
|
|
|
return {
|
|
title = "Remote Connection",
|
|
description = "Detects if an host is taking part to one or more flows with a remote access protocol (e.g. TeamViewer)",
|
|
author = "ntop",
|
|
dependencies = {},
|
|
}
|