1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-07 15:09:01 +00:00

Updated @output and @xmloutput documentation sections in script ssl-enum-cpihers to be consistent. Fixes #475

This commit is contained in:
nnposter
2016-08-11 23:56:18 +00:00
parent f3ee542683
commit aaa4508ceb

View File

@@ -70,28 +70,6 @@ and therefore is quite noisy.
-- | Broken cipher RC4 is deprecated by RFC 7465
-- | Ciphersuite uses MD5 for message integrity
-- | Weak certificate signature: SHA1
-- | TLSv1.1:
-- | ciphers:
-- | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA (secp256r1) - A
-- | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA (secp256r1) - A
-- | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (secp256r1) - A
-- | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA (secp256r1) - A
-- | TLS_RSA_WITH_AES_128_CBC_SHA (rsa 2048) - A
-- | TLS_RSA_WITH_AES_256_CBC_SHA (rsa 2048) - A
-- | TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA (secp256r1) - A
-- | TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA (secp256r1) - A
-- | TLS_RSA_WITH_3DES_EDE_CBC_SHA (rsa 2048) - A
-- | TLS_ECDHE_ECDSA_WITH_RC4_128_SHA (secp256r1) - C
-- | TLS_ECDHE_RSA_WITH_RC4_128_SHA (secp256r1) - C
-- | TLS_RSA_WITH_RC4_128_SHA (rsa 2048) - C
-- | TLS_RSA_WITH_RC4_128_MD5 (rsa 2048) - C
-- | compressors:
-- | NULL
-- | cipher preference: server
-- | warnings:
-- | Broken cipher RC4 is deprecated by RFC 7465
-- | Ciphersuite uses MD5 for message integrity
-- | Weak certificate signature: SHA1
-- | TLSv1.2:
-- | ciphers:
-- | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 (secp256r1) - A
@@ -122,7 +100,7 @@ and therefore is quite noisy.
-- |_ least strength: C
--
-- @xmloutput
-- <table key="TLSv1.1">
-- <table key="TLSv1.0">
-- <table key="ciphers">
-- <table>
-- <elem key="kex_info">secp256r1</elem>