sudo nmap --script smtp* -p25 10.10.10.4
VRFY root
created a script as well called smtp.py to automate the checking if a user exists. /home/kali/offsec/tools/
EXPN root
hydra -P /usr/share/wordlistsnmap.lst $ip smtp -V
Test-NetConnection -Port 25 192.168.50.8
install telnet on windows
dism /online /Enable-Feature /FeatureName:TelnetClient
telnet 192.168.50.8 25