Update sendmail.py

pull/16/head
TheDragonkeeper 2017-11-04 12:56:08 +00:00 committed by GitHub
parent 9339c28321
commit bb9a6ade58
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 used coupled with the extension
# Author: TheDragonkeeper
# Version: 1.0
# Category: exfiltration
# Target: Any
import sys
sys.path.append("/root/extensions")
from sendemail.py import send_mail