description |
---|
Simple Mail Transfer Protocol (SMTP) is a mailing protocol that allows hosts to send/receive emails. |
nc -vn <IP> 25
nmap -p25 --script smtp-commands <IP>
smtp-user-enum
{% embed url="https://book.hacktricks.xyz/network-services-pentesting/pentesting-smtp" %}