SMTP Enumeration (Port 25)
Quick Intro
Used to send, receive, and relay outgoing emails
Used port 25
Main attacks are user enumeration and using an open relay to send spam
NSE
User Enumeration
Connection
Command to check if a user exists
Command to ask the server if a user belongs to a mailing list
Brute Force
Send email using netcat
http://www.microhowto.info/howto/send_an_email_using_netcat.html
Last updated