VSploit Email PII | Metasploit Exploit Database (DB)

VSploit Email PII

This auxiliary reads from a file and sends data which should be flagged via an internal or external SMTP server.

Search Other Modules


Rank

  • Normal

Authors

  • willis < >

Development


Similar Modules


Usage Information

$ msfconsole

                ##                          ###           ##    ##
 ##  ##  #### ###### ####  #####   #####    ##    ####        ######
####### ##  ##  ##  ##         ## ##  ##    ##   ##  ##   ###   ##
####### ######  ##  #####   ####  ##  ##    ##   ##  ##   ##    ##
## # ##     ##  ##  ##  ## ##      #####    ##   ##  ##   ##    ##
##   ##  #### ###   #####   #####     ##   ####   ####   #### ###
                                      ##

msf > use auxiliary/vsploit/pii/email_pii
msf auxiliary(email_pii) > set MAILTO [STRING]
msf auxiliary(email_pii) > set SUBJECT [STRING]
msf auxiliary(email_pii) > run


Module Options

EMAIL_DOMAIN Email Domain (default: localhost.localdomain)
ENTRIES PII Entry Count (default: 1000)
MAILFROM The FROM address of the e-mail (default: random@example.com)
MAILTO The TO address of the email
PASSWORD SMTP Password for sending email
RHOST SMTP server address (default: 127.0.0.1)
RPORT SMTP server port (default: 25)
SUBJECT Subject line of the email
USERNAME SMTP Username for sending email
VERBOSE Display verbose information
CHOST The local client address
CPORT The local client port
ConnectTimeout Maximum number of seconds to establish a TCP connection
Proxies Use a proxy chain
SSL Negotiate SSL for outgoing connections
SSLVersion Specify the version of SSL that should be used (accepted: SSL2, SSL3, TLS1)
WORKSPACE Specify the workspace for this module
TCP::max_send_size Maxiumum tcp segment size. (0 = disable)
TCP::send_delay Delays inserted before every send. (0 = disable)