mirror of
https://github.com/hak5/packetsquirrel-payloads.git
synced 2025-12-19 17:58:49 +00:00
Create SENDMAIL
This commit is contained in:
2
payloads/library/exfiltration/Email-Sender/SENDMAIL
Normal file
2
payloads/library/exfiltration/Email-Sender/SENDMAIL
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[[ -z $8 ]] && python /usr/bin/sendemail.py "$1" "$2" "$3" "$4" "$5" "$6" "$7"
|
||||||
|
[[ ! -z $8 ]] && python /usr/bin/sendemail.py "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8"
|
||||||
Reference in New Issue
Block a user