Skip to content

falkensmz/smazestager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation


smaze_stager
smaze_stager

smaze_stager : download & execute payload

What is smaze_stager and how does it work?

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.

Why would you use this?

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.

How to use it?

  • Open the "smaze_stager.py" file with your favourite editor. example

  • 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.

How to build it?

Disclaimer

This program is made for educational purposes only. The developer of this payload is not responsible for any kind of misuse.

Releases

No releases published

Packages

No packages published

Languages