From 367dc67f5a43ac97e6ad10ad9115fc4ef50540d8 Mon Sep 17 00:00:00 2001 From: nnposter Date: Fri, 29 Jul 2016 21:47:27 +0000 Subject: [PATCH] Re-wrapped description output in script ssl-poodle. Fixes #481 --- scripts/ssl-poodle.nse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ssl-poodle.nse b/scripts/ssl-poodle.nse index 9f43c6935..29ef39c3c 100644 --- a/scripts/ssl-poodle.nse +++ b/scripts/ssl-poodle.nse @@ -341,8 +341,8 @@ action = function(host, port) local vuln_table = { title = "SSL POODLE information leak", description = [[ - The SSL protocol 3.0, as used in OpenSSL through 1.0.1i and - other products, uses nondeterministic CBC padding, which makes it easier + The SSL protocol 3.0, as used in OpenSSL through 1.0.1i and other + products, uses nondeterministic CBC padding, which makes it easier for man-in-the-middle attackers to obtain cleartext data via a padding-oracle attack, aka the "POODLE" issue.]], state = vulns.STATE.NOT_VULN,