-
Example: # telnet $target 110 Trying 10.10.10.51… Connected to 10.10.10.51. Escape character is '^]'. +OK solidstate POP3 server (JAMES POP3 Server 2.3.2) ready USER mindy +OK PASS root +OK Welcome mindy LIST +OK 2 1945 1 1109 2 836 . RETR 1 +OK Message follows ...
-
See POP3.
-
Enumeration Mandatory Grab bannertelnet $target 110openssl s_client -connect $target:995 -crlf -quiet In case of issues, see the openssl article. Search for exploits. If you have credentials, log in and read the emails. Optional