mirror of
https://github.com/hak5/packetsquirrel-payloads.git
synced 2025-12-19 09:48:47 +00:00
8 lines
140 B
Bash
8 lines
140 B
Bash
#!/bin/bash
|
|
|
|
if [ ! -f /usr/bin/SENDMAIL ]; then
|
|
mv sendemail.py /usr/bin/
|
|
mv SENDMAIL /usr/bin/
|
|
chmod +rx /usr/bin/SENDMAIL
|
|
fi
|