Update sendmail.py

This commit is contained in:
TheDragonkeeper
2017-11-04 12:56:08 +00:00
committed by GitHub
parent 9339c28321
commit bb9a6ade58

View File

@@ -1,3 +1,11 @@
# Title: Email-Sender
# Description: Allows sending emails to a mail server, with file support
# this is used coupled with the extension
# Author: TheDragonkeeper
# Version: 1.0
# Category: exfiltration
# Target: Any
import sys import sys
sys.path.append("/root/extensions") sys.path.append("/root/extensions")
from sendemail.py import send_mail from sendemail.py import send_mail