tips:netcat

This is an old revision of the document!


netcat

nc <ip_of_smtp> 25 <<EOF
HELO test
MAIL FROM:<test@csgalileo.org>
RCPT TO:<bob@example.com>
DATA
Subject: Test Message

Hi there! This is supposed to be a real email...
Have a good day!

.
QUIT
EOF
  • tips/netcat.1439220767.txt.gz
  • Last modified: 2015/08/10 17:32
  • by scipio