Rapid7 Vulnerability & Exploit Database

Generic Emailer (SMTP)

Back to Search

Generic Emailer (SMTP)

Created
05/30/2018

Description

This module can be used to automate email delivery. This code is based on Joshua Abraham's email script for social engineering.

Author(s)

  • et <et@metasploit.com>

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/client/smtp/emailer
msf auxiliary(emailer) > show actions
    ...actions...
msf auxiliary(emailer) > set ACTION < action-name >
msf auxiliary(emailer) > show options
    ...show and set options...
msf auxiliary(emailer) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;