Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/auxiliary/scanner/pop3/pop3_version.md
Views: 11623
Description
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.
Vulnerable Application
Install Dovecot on Kali Linux:
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 start
Verification Steps
Do:
use auxiliary/scanner/pop3/pop3_version
Do:
set rhosts [ips]
Do:
run