File pop3-capabilities
Script types:
portrule
Categories:
default, discovery, safe
Download: http://nmap.org/svn/scripts/pop3-capabilities.nse
User Summary
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.
Example Usage
nmap -sV -sC <target>
Script Output
110/tcp open pop3 |_ pop3-capabilities: USER CAPA RESP-CODES UIDL PIPELINING STLS TOP SASL(PLAIN)
Requires
Author: Philip Pickering
License: Same as Nmap--See http://nmap.org/book/man-legal.html


