mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Re-wrapped description output in script ssl-poodle. Fixes #481
This commit is contained in:
parent
b9c4c12462
commit
367dc67f5a
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue