Nmap Development mailing list archives

Re: How to connect to smtp mail server with ncat or nmap?


From: Mak Kolybabi via dev <dev () nmap org>
Date: Fri, 20 Oct 2017 09:00:07 -0500

To connect to 587 (SMTP Submission):

ncat smtp.gmail.com 587

To connect to 465 (SMTP over SSL/TLS):

ncat --ssl smtp.gmail.com 465


On 2017-10-20 8:53 AM, Ben Stover via dev wrote:
How can I start a conversation from cmdline with a remote smtp mailserver lets say

mail.foobar.com at port 587



What is better for this task ncat or nmap?

Ben




_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: