Update sendemail.py
parent
bb9a6ade58
commit
c15d894b0a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue