From 004bb4f3e93ba411d4b1c01988039155e49da712 Mon Sep 17 00:00:00 2001 From: nnposter Date: Sat, 16 Mar 2024 02:25:56 +0000 Subject: [PATCH] Add new ALPN protocol IDs. Closes #2758 --- scripts/tls-alpn.nse | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/tls-alpn.nse b/scripts/tls-alpn.nse index caf276d4a..92dfb8f41 100644 --- a/scripts/tls-alpn.nse +++ b/scripts/tls-alpn.nse @@ -163,7 +163,7 @@ action = function(host, port) local alpn_protos = { -- IANA-registered names -- https://www.iana.org/assignments/tls-extensiontype-values/alpn-protocol-ids.csv - -- Last-Modified: Thu, 31 Oct 2019 22:30:11 GMT + -- Last-Modified: Sat, 16 Mar 2024 02:22:45 GMT "http/0.9", "http/1.0", "http/1.1", @@ -194,6 +194,9 @@ action = function(host, port) "nntp", "nnsp", "doq", + "sip/2", + "tds/8.0", + "dicom", -- Other sources "grpc-exp", -- gRPC, see grpc.io }