mirror of
https://github.com/nmap/nmap.git
synced 2026-01-26 08:09:07 +00:00
Fix NSEdoc: wrap lines, fix bulleted lists
This commit is contained in:
@@ -4,7 +4,11 @@ local shortport = require "shortport"
|
||||
local table = require "table"
|
||||
|
||||
description = [[
|
||||
Determines whether the encryption option is supported on a remote telnet server. Some systems (including FreeBSD and the krb5 telnetd available in many Linux distributions) implement this option incorrectly, leading to a remote root vulnerability. This script currently only tests whether encryption is supported, not for that particular vulnerability.
|
||||
Determines whether the encryption option is supported on a remote telnet
|
||||
server. Some systems (including FreeBSD and the krb5 telnetd available in many
|
||||
Linux distributions) implement this option incorrectly, leading to a remote
|
||||
root vulnerability. This script currently only tests whether encryption is
|
||||
supported, not for that particular vulnerability.
|
||||
|
||||
References:
|
||||
* FreeBSD Advisory: http://lists.freebsd.org/pipermail/freebsd-announce/2011-December/001398.html
|
||||
|
||||
Reference in New Issue
Block a user