From bb9a6ade58a1342d8d70c4dfc0a0bc67e0421abf Mon Sep 17 00:00:00 2001 From: TheDragonkeeper Date: Sat, 4 Nov 2017 12:56:08 +0000 Subject: [PATCH] Update sendmail.py --- payloads/library/exfiltration/Email-Sender/sendmail.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/payloads/library/exfiltration/Email-Sender/sendmail.py b/payloads/library/exfiltration/Email-Sender/sendmail.py index 4064485..04c8e1e 100644 --- a/payloads/library/exfiltration/Email-Sender/sendmail.py +++ b/payloads/library/exfiltration/Email-Sender/sendmail.py @@ -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