1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-24 15:19:03 +00:00

Re-wrapped description output in script ssl-poodle. Fixes #481

This commit is contained in:
nnposter
2016-07-29 21:47:27 +00:00
parent b9c4c12462
commit 367dc67f5a

View File

@@ -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,