worawit / MS17-010

MS17-010
2.13k stars 1.1k forks source link

Shellcode generator #38

Open phi10s opened 5 years ago

phi10s commented 5 years ago

I created this little script to automate the shellcode generation process. This script generates formatted shellcode binaries for use with the EternalBlue exploits, by assembling the supplied kernel shellcode, then utilizing msfvenom to generate user-space shellcode, then concatenating it with the kernel-space code for the final binary. It gives the user a choice of a couple payloads each for x86 and x64 architectures. Use it if you like it.