110 - POP3
Post Office Protocol
Last updated
Was this helpful?
Post Office Protocol
Last updated
Was this helpful?
Was this helpful?
Para facilitar información de este puerto puedes usar sus NSE's correspondientes
#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
Leer correos por pop3
telnet IP 110
user <usuario>
pass <password>
list
retr <nº mensaje>
Retrieve message
QUIT