colehocking / telmail

send email via telnet, through an open SMTP server. You know you want to.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  _____             _    __  __             _       _    
 |_   _|   ___     | |  |  \/  |  __ _     (_)     | |   
   | |    / -_)    | |  | |\/| | / _` |    | |     | |   
  _|_|_   \___|   _|_|_ |_|__|_| \__,_|   _|_|_   _|_|_  
_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""| 
"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-' 

Send email via telnet, through an open SMTP server. You know you want to.

Sends SMTP MIME-encoded messages with optional attachments via telnet
All message attachments are sent as base64-encoded binaries As long as the server validates the sender, you can send the messages as anyone the server validates ;). You can also mask the sender address.

This tool is for educational purposes only.

See the included license

Requirements

  • Bash version 4+
  • masscan (if you want to use the SMTP scanner)

Usage

  • (to scan a network for open SMTP ports) ./findme25s.sh
  • ./telmail.sh (follow the user prompts)

About

send email via telnet, through an open SMTP server. You know you want to.

License:MIT License


Languages

Language:Shell 100.0%