mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Add a little bit about POP3 capabilities to the pop3-capabilities.nse script.
This commit is contained in:
parent
c3ee93f056
commit
6bd949abb0
2 changed files with 8 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
|||
description = [[
|
||||
Retrieves POP3 email server capabilities.
|
||||
|
||||
POP3 capabilities are defined in RFC 2449. The CAPA command allows a client to
|
||||
ask a server what commands it supports and possibly any site-specific policy.
|
||||
Besides the list of supported commands, the IMPLEMENTATION string giving the
|
||||
server version may be available.
|
||||
]]
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue