smaze_stager is a simple download & execute payload. These type of payloads are designed to download more sophisticated malware that you specify , and execute it on the target system.
This type of payload is much smaller than sophisticated reverse/bind shells or even malware. You can use this payload easilier in conjunction with social engineering.
-
The only variables that you need to change are "link", "sleep_before" and "sleep_after".
-
Change the link to the link that hosts your virus/payload/malware. (Make sure that it is a direct mirror/download link and that it ends in .exe)
-
Change the "sleep_before" variable , if desired, to how many seconds you want smaze_stager to wait before it downloads the malware.
-
Change the "sleep_after" variable, if desired, to how many seconds you want smaze_stager to wait before it executes the malware.
- You can build smaze_stager as an executable (.exe) using something like pyinstaller or pyarmor
This program is made for educational purposes only. The developer of this payload is not responsible for any kind of misuse.