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

Add a little bit about POP3 capabilities to the pop3-capabilities.nse script.

This commit is contained in:
david
2008-11-15 01:43:10 +00:00
parent c3ee93f056
commit 6bd949abb0
2 changed files with 8 additions and 1 deletions

View File

@@ -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.
]]
---