diff --git a/scripts/ftp-syst.nse b/scripts/ftp-syst.nse index f2a99bfbf..39a6b9f3f 100644 --- a/scripts/ftp-syst.nse +++ b/scripts/ftp-syst.nse @@ -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 diff --git a/scripts/tls-ticketbleed.nse b/scripts/tls-ticketbleed.nse index d492d2de6..9d81ef67a 100644 --- a/scripts/tls-ticketbleed.nse +++ b/scripts/tls-ticketbleed.nse @@ -22,8 +22,6 @@ For additional information: -- nmap -p 443 --script tls-ticketbleed -- -- @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: