mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Add new ALPN protocol IDs. Closes #2758
This commit is contained in:
parent
96dcf4e9ed
commit
004bb4f3e9
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue