mirror of
https://github.com/nmap/nmap.git
synced 2026-06-26 03:03:55 +00:00
Add @output to scripts/popcapa.nse.
This commit is contained in:
parent
5fffad15eb
commit
12892ad59a
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,11 @@ description = [[
|
|||
Retrieves POP3 server capabilities.
|
||||
]]
|
||||
|
||||
---
|
||||
-- @output
|
||||
-- 110/tcp open pop3
|
||||
-- |_ POP3 Capabilites: USER CAPA RESP-CODES UIDL PIPELINING STLS TOP SASL(PLAIN)
|
||||
|
||||
author = "Philip Pickering <pgpickering@gmail.com>"
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue