1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 11:29:01 +00:00

New MQTT script and library. Closes #352

This commit is contained in:
dmiller
2016-09-07 20:01:47 +00:00
parent 7e002ec389
commit ee97c8f2a9
6 changed files with 19 additions and 2 deletions

View File

@@ -202,6 +202,7 @@ local LIKELY_SSL_PORTS = {
6697,
8443, -- https-alt
9001, -- tor-orport
8883, -- secure-mqtt
}
local LIKELY_SSL_SERVICES = {
"ftps", "ftps-data", "ftps-control", "https", "https-alt", "imaps", "ircs",