mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
Add new ALPN protocol IDs. Closes #2758
This commit is contained in:
@@ -163,7 +163,7 @@ action = function(host, port)
|
|||||||
local alpn_protos = {
|
local alpn_protos = {
|
||||||
-- IANA-registered names
|
-- IANA-registered names
|
||||||
-- https://www.iana.org/assignments/tls-extensiontype-values/alpn-protocol-ids.csv
|
-- 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/0.9",
|
||||||
"http/1.0",
|
"http/1.0",
|
||||||
"http/1.1",
|
"http/1.1",
|
||||||
@@ -194,6 +194,9 @@ action = function(host, port)
|
|||||||
"nntp",
|
"nntp",
|
||||||
"nnsp",
|
"nnsp",
|
||||||
"doq",
|
"doq",
|
||||||
|
"sip/2",
|
||||||
|
"tds/8.0",
|
||||||
|
"dicom",
|
||||||
-- Other sources
|
-- Other sources
|
||||||
"grpc-exp", -- gRPC, see grpc.io
|
"grpc-exp", -- gRPC, see grpc.io
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user