From e945f8363f204925e01943c685cd7ceaba003d23 Mon Sep 17 00:00:00 2001 From: nnposter Date: Sun, 31 Mar 2019 01:43:56 +0000 Subject: [PATCH] Remove dead link to esentire.com. See #1534 --- scripts/ssl-dh-params.nse | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/ssl-dh-params.nse b/scripts/ssl-dh-params.nse index c8d450a9c..0d7481d25 100644 --- a/scripts/ssl-dh-params.nse +++ b/scripts/ssl-dh-params.nse @@ -86,8 +86,7 @@ Opportunistic STARTTLS sessions are established on services that support them. -- | Generator Length: 1024 bits -- | Public Key Length: 1024 bits -- | References: --- | https://weakdh.org --- |_ http://www2.esentire.com/TLSUnjammedWP +-- |_ https://weakdh.org author = "Jacob Gajek" license = "Same as Nmap--See https://nmap.org/book/man-legal.html" @@ -879,8 +878,7 @@ Additional testing may be required to verify the security of these parameters.]], state = vulns.STATE.NOT_VULN, references = { - "https://weakdh.org", - "http://www2.esentire.com/TLSUnjammedWP" + "https://weakdh.org" } }