> For the complete documentation index, see [llms.txt](https://ed4m4s.blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ed4m4s.blog/master-1/pop3.md).

# POP3

### CheckList

* Check for version
* LFI chaining log file poisoning&#x20;
* User enumeration&#x20;

### Try login and get the banner.&#x20;

```
telnet INSERTIPADDRESS 110
USER [username]                    <-- Login Username
PASS [password]                    <-- Login Password
LIST                               <-- List messages
RETR [message number]              <-- Retrieve messages
QUIT                               <-- Quit
```
