mirror of
https://github.com/hak5/packetsquirrel-payloads.git
synced 2025-12-19 09:48:47 +00:00
Create install
This commit is contained in:
7
payloads/library/exfiltration/Email-Sender/install
Normal file
7
payloads/library/exfiltration/Email-Sender/install
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ ! -f /usr/bin/SENDMAIL ]; then
|
||||
mv sendemail.py /usr/bin/
|
||||
mv SENDMAIL /usr/bin/
|
||||
chmod +rx /usr/bin/SENDMAIL
|
||||
fi
|
||||
Reference in New Issue
Block a user