SMTP (Simple Mail Transfer Protocol) Pentesting
It is used for sending e-mail. POP3 or IMAP are used for receiving e-mail. Default ports are 25 (SMTP), 465 (SMTPS), 587 (SMTPS).
Enumeration
MX Domains
Users
STARTTLS
Connect
Commands
Commands are not case sensitive.
EHLO - list all supported enhanced functions
8BITMIME - allow to send 8-bit data
AUTH - authentication for the SMTP connection
CHUNKING - transfer chunks of data
DSN (Delivery Status Notifications) - notify delivery status
ENHANCEDSTATUSCODES - allow to show more details of the status
ETRN - process remote queue
EXPN - expand mailing list
HELP - help about commands
PIPELINING - allow the multiple commands
SIZE - maximum message size that can be received
SMTPUTF8 -
STARTTLS - communicate with TLS
SEND - send message to terminal
TURN - swap client and server
VRFY - check if the user exists in the SMTP server
Messages
Others
Send Mails from External
swaks is a swiss army knife for SMTP.
Start SMTP Server
Last updated