110 - POP3
Introduction
Port: 110 (TCP)
The Post Office Protocol (POP) is an Internet standard protocol for transferring messages from an e-mail server to an e-mail client.
Enumeration
With the Nmap scripts, you can retrieve information about the server.
To include information about: NetBios, DNS and OS build version.
To show which commands the server supports.
Also, you can use the Metasploit module auxiliary/scanner/pop3/pop3_version
in order to obtain the pop3 version.
Commands
In this subsection, you will find some useful commands in order to interact with the POP3 service through CLI.
Login
You can interact with a POP3 services following these steps.
Listing emails
Read an email
Delete an email
Last updated