nmap / nmap

Nmap - the Network Mapper. Github mirror of official SVN repository.
https://svn.nmap.org/
Other
9.88k stars 2.37k forks source link

all IANA cipher suites #2886

Closed kylak closed 2 weeks ago

kylak commented 1 month ago

Hello, does nmap uses all IANA cipher suites when using ssl-enum-ciphers ?

Thanks.

xmehulx commented 1 month ago

Hello, I noticed that interestingly some ciphers are extra, and not in IANA list, but these were the ones I found missing from TLS Cipher suites in Nmap:

nnposter commented 1 month ago

Note that TLS_EMPTY_RENEGOTIATION_INFO_SCSV and TLS_FALLBACK_SCSV are not cipher suites, but merely signaling that piggy-backs on the cipher suite negotiation mechanism.