Update sendemail.py

pull/16/head
TheDragonkeeper 2017-11-04 12:57:20 +00:00 committed by GitHub
parent bb9a6ade58
commit c15d894b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
# Title: Email-Sender
# Description: Allows sending emails to a mail server, with file support
# this is called using the Email-Sender library
# Author: TheDragonkeeper
# Version: 1.0
# Category: exfiltration
# Target: Any
import smtplib, os
from email.MIMEMultipart import MIMEMultipart
from email.MIMEBase import MIMEBase