• POP3 Post Office Protocol

    Exam­ple: # 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 ...

  • POP3S Post Office Protocol

    See POP3.

  • 110 POP3

    Enumeration Mandatory Grab ban­nertelnet $target 110openssl s_client -connect $target:995 -crlf -quiet In case of issues, see the openssl arti­cle. Search for exploits. If you have cre­den­tials, log in and read the emails. Optional