Archived SMTP
Post
Cancel

SMTP

telnet

1
2
3
4
5
	#dial into smtp server
	telnet <ip> <port>
	# you can verify user accounts
	vrfy admin@mail.domain.com
	# if u get a 2xx response u found a valid email

ismtp

this one lets u bruteforce usernames

1
	ismtp -h <ip:port> -e <email.txt>

Important Articles

hackingarticles.in

This post is licensed under CC BY 4.0 by the author.

-

-

Trending Tags