Hello,
I am struggling to get answer of first question “Enumerate the SMTP service and submit the banner, including its version as the answer.”
I got the answer of second question using msfconsole. but not able to get answer of the first one using same msfconsole tool.
any help will be appreciated !
Hi there,
I’m not sure what module you are currently trying to complete however you could use nmap to enumerate the service e.g “nmap -sV -sC -p25 < IP ADDRESS> --vv” or you could use telnet e.g “telnet < IP ADDRESS> 25”.
Goodluck!
@playmind it clearly says to use “Telnet” in the walktrough of SMTP.
Try it, you’ll get your first answer.