documentation/modules/auxiliary/scanner/pop3/pop3_version.md
This module identifies the version of POP3 in use by the server based on the server's banner. Any POP3 sever should return this information.
With this install, we'll only install POP3 for dovecot, as the other protocols are not required. However, this is unrealistic in a production environment.
sudo apt-get install dovecot-pop3d/etc/init.d/dovecot startuse auxiliary/scanner/pop3/pop3_versionset rhosts [ips]runmsf auxiliary(scanner/pop3/pop3_version) > use auxiliary/scanner/pop3/pop3_version
msf auxiliary(scanner/pop3/pop3_version) > set rhosts 10.168.202.216
msf auxiliary(scanner/pop3/pop3_version) > run
[+] 10.168.202.216:110 - 10.168.202.216:110 POP3 +OK Dovecot (Debian) ready.\x0d\x0a
[*] 10.168.202.216:110 - Scanned 1 of 1 hosts (100% complete)
[*] Auxiliary module execution completed