> For the complete documentation index, see [llms.txt](https://wiki.securiters.com/securiters-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.securiters.com/securiters-wiki/puertos-and-servicios/110-pop3.md).

# 110 - POP3

## Nmap

Para facilitar información de este puerto puedes usar sus NSE's correspondientes

{% code overflow="wrap" %}

```
#opcion 1 - todos los que contengan *pop* en el NSE
nmap -p 110 -sV --script=*pop* IP

#opcion 2 - específicamente los siguientes
nmap -p 110 -sV --script=pop3-capabilities,pop3-ntlm-info,pop3-brute,pop3-ntlm-info IP
```

{% endcode %}

## Probar

Leer correos por pop3

```bash
telnet IP 110
user <usuario>
pass <password>
list
retr <nº mensaje>
Retrieve message
QUIT
```

## Máquinas resueltas que usan POP3

## Referencias
