1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Fix a couple of typos.

This commit is contained in:
dmiller
2018-10-11 04:50:02 +00:00
parent 13c70a9bfd
commit 8c0880836c
2 changed files with 2 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ Sends FTP SYST and STAT commands and returns the result.
The canonical SYST response of "UNIX Type: L8" is stripped or ignored, since it
is meaningless. Typical FTP response codes (215 for SYST and 211 for STAT) are
also hidden.response codes (215 for SYST and 211 for STAT) are also hidden.
also hidden.
References:
* https://cr.yp.to/ftp/syst.html

View File

@@ -22,8 +22,6 @@ For additional information:
-- nmap -p 443 --script tls-ticketbleed <target>
--
-- @output
-- PORT STATE SERVICE
-- 445/tcp open https
-- | tls-ticketbleed:
-- | VULNERABLE:
-- | Ticketbleed is a serious issue in products manufactured by F5, a popular
@@ -33,7 +31,7 @@ For additional information:
-- | Risk factor: High
-- | Ticketbleed is vulnerability in the implementation of the TLS
-- SessionTicket extension found in some F5 products. It allows the leakage
-- ("bleeding") of up to 31 bytes of data from unin itialized memory. This is
-- ("bleeding") of up to 31 bytes of data from uninitialized memory. This is
-- caused by the TLS stack padding a Session ID, passed from the client, with
-- data to make it 32-bits long.
-- | Exploit results: