SMTP
- enumeration
1 2 3 4
# enumerate users nmap --script smtp-enum-users $IP -oN recon/nmap.smtp_users # allowed commands nmap -p25 --script smtp-commands $IP -oN recon/nmap.smtp_comm
This post is licensed under CC BY 4.0 by the author.
1
2
3
4
# enumerate users
nmap --script smtp-enum-users $IP -oN recon/nmap.smtp_users
# allowed commands
nmap -p25 --script smtp-commands $IP -oN recon/nmap.smtp_comm