SMTP
User Enumeration
Manual
nc 10.10.10.10 25
<banner> # check for vulnerability with banner
HELO # start the connection
ELHO all
VRFY root # verify root user
mail from: dn@oscp # attacker mail
rcpt to: root@localhost # verify user with recipientAutomated
smtp-user-enum -M RCPT -U /usr/share/seclists/Usernames/top-usernames-shortlist.txt -t $ip Phishing Mails
Machines
Last updated