mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Add more SSL ports/services
This commit is contained in:
@@ -13688,7 +13688,7 @@ softmatch ftp m|^220[\s-].*ftp[^\r]*\r\n214[\s-]|i
|
|||||||
# TLSv1-only servers, based on a failed handshake alert.
|
# TLSv1-only servers, based on a failed handshake alert.
|
||||||
Probe TCP SSLSessionReq q|\x16\x03\0\0S\x01\0\0O\x03\0?G\xd7\xf7\xba,\xee\xea\xb2`~\xf3\0\xfd\x82{\xb9\xd5\x96\xc8w\x9b\xe6\xc4\xdb<=\xdbo\xef\x10n\0\0(\0\x16\0\x13\0\x0a\0f\0\x05\0\x04\0e\0d\0c\0b\0a\0`\0\x15\0\x12\0\x09\0\x14\0\x11\0\x08\0\x06\0\x03\x01\0|
|
Probe TCP SSLSessionReq q|\x16\x03\0\0S\x01\0\0O\x03\0?G\xd7\xf7\xba,\xee\xea\xb2`~\xf3\0\xfd\x82{\xb9\xd5\x96\xc8w\x9b\xe6\xc4\xdb<=\xdbo\xef\x10n\0\0(\0\x16\0\x13\0\x0a\0f\0\x05\0\x04\0e\0d\0c\0b\0a\0`\0\x15\0\x12\0\x09\0\x14\0\x11\0\x08\0\x06\0\x03\x01\0|
|
||||||
rarity 1
|
rarity 1
|
||||||
ports 261,271,322,324,443,444,448,465,548,563,585,636,684,853,989,990,992-995,1241,1311,1443,2000,2221,2252,2376,2443,3443,4433,4443,4444,4911,5061,5443,5550,5868,5986,6251,6380,6443,6679,6697,7000,7210,7272,7443,8009,8181,8194,8443,8531,8883,9001,9443,10443,14443,15002,16379,44443,60443
|
ports 261,271,322,324,443,444,448,465,548,563,585,636,684,853,989,990,992-995,1241,1311,1443,2000,2221,2252,2376,2443,3443,4433,4443,4444,4911,5061,5349,5443,5550,5868,5986,6251,6380,6443,6679,6697,7000,7210,7272,7443,8009,8181,8194,8443,8531,8883,9001,9443,10443,14443,15002,16379,44443,60443
|
||||||
fallback GetRequest
|
fallback GetRequest
|
||||||
|
|
||||||
# Unknown service on Vingtor-Stentofon IP intercom echoes only up to the first \n, so softmatching until we know more.
|
# Unknown service on Vingtor-Stentofon IP intercom echoes only up to the first \n, so softmatching until we know more.
|
||||||
|
|||||||
@@ -198,6 +198,7 @@ http = port_or_service(LIKELY_HTTP_PORTS, LIKELY_HTTP_SERVICES)
|
|||||||
local LIKELY_SSL_PORTS = {
|
local LIKELY_SSL_PORTS = {
|
||||||
261, -- nsiiops
|
261, -- nsiiops
|
||||||
271, -- pt-tls
|
271, -- pt-tls
|
||||||
|
322, -- rtsps
|
||||||
324, -- rpki-rtr-tls
|
324, -- rpki-rtr-tls
|
||||||
443, -- https
|
443, -- https
|
||||||
465, -- smtps
|
465, -- smtps
|
||||||
@@ -214,17 +215,24 @@ local LIKELY_SSL_PORTS = {
|
|||||||
2221, -- ethernet-ip-s
|
2221, -- ethernet-ip-s
|
||||||
2252, -- njenet-ssl
|
2252, -- njenet-ssl
|
||||||
2376, -- docker-s
|
2376, -- docker-s
|
||||||
|
2482, -- giop-ssl
|
||||||
3269, -- globalcatLDAPssl
|
3269, -- globalcatLDAPssl
|
||||||
3389, -- ms-wbt-server
|
3389, -- ms-wbt-server
|
||||||
4433, -- openssl s_server
|
4433, -- openssl s_server
|
||||||
|
4740, -- ipfixs
|
||||||
4911, -- ssl/niagara-fox
|
4911, -- ssl/niagara-fox
|
||||||
5061, -- sip-tls
|
5061, -- sip-tls
|
||||||
|
5349, -- stuns
|
||||||
5986, -- wsmans
|
5986, -- wsmans
|
||||||
|
6380, -- redis-ssl
|
||||||
|
16379, -- redis-ssl
|
||||||
|
6514, -- syslog-tls
|
||||||
6679,
|
6679,
|
||||||
6697,
|
6697, -- ircs-u
|
||||||
8443, -- https-alt
|
8443, -- https-alt
|
||||||
9001, -- tor-orport
|
9001, -- tor-orport
|
||||||
8883, -- secure-mqtt
|
8883, -- secure-mqtt
|
||||||
|
11712, -- vSphere LDAP-ssl
|
||||||
}
|
}
|
||||||
local LIKELY_DTLS_PORTS = {
|
local LIKELY_DTLS_PORTS = {
|
||||||
443,
|
443,
|
||||||
|
|||||||
Reference in New Issue
Block a user