alfred.py is a data exfiltration tool using Discord channel webhook.
- Rename .webhook.sample as .webhook & write the url of the channel's webhook the script sends data to.
- You can call the script with 2 different options:
- -f <FULLPATH/FILENAME2> <FULLPATH/FILENAME2> ... : will send base64 encoded filename1, filename2, etc.
- -c <COMMANDLINE> : will send stdout of the provided commandline if return code is 0.
Note: if you send file(s), the script first send the number of chunks then send the encoded file.
- 🔲 Add proxy HTTP configuration
- 🔲 Add more control (variable)
- 🔳 Take a beer.
- 🔲 Repeat.
/*
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* I wrote this file. As long as you retain this notice you
* can do whatever you want with this stuff (for educational purpose!).
* If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.
* Olivier FONT
* ----------------------------------------------------------------------------
*/