1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Update ALPN names

This commit is contained in:
dmiller
2025-05-21 20:47:35 +00:00
parent 20e25e960a
commit 18ccf2dc14

View File

@@ -181,6 +181,7 @@ action = function(host, port)
"pop3", "pop3",
"managesieve", "managesieve",
"coap", "coap",
"co", -- COAP over DTLS
"xmpp-client", "xmpp-client",
"xmpp-server", "xmpp-server",
"acme-tls/1", "acme-tls/1",
@@ -197,6 +198,9 @@ action = function(host, port)
"sip/2", "sip/2",
"tds/8.0", "tds/8.0",
"dicom", "dicom",
"postgresql",
"radius/1.0",
"radius/1.1",
-- Other sources -- Other sources
"grpc-exp", -- gRPC, see grpc.io "grpc-exp", -- gRPC, see grpc.io
} }