MSFVenom - CheatSheet
msfvenom -p <PAYLOAD> -e <ENCODER> -f <FORMAT> -i <ENCODE COUNT> LHOST=<IP>
One can also use the -a
to specify the architecture or the --platform
Listing
Common params when creating a shellcode
Windows
Reverse Shell
Bind Shell
Create User
CMD Shell
Execute Command
Encoder
Embedded inside executable
Linux Payloads
Reverse Shell
Bind Shell
SunOS (Solaris)
MAC Payloads
Reverse Shell:
Bind Shell
Web Based Payloads
PHP
Reverse shell
ASP/x
Reverse shell
JSP
Reverse shell
WAR
Reverse Shell
NodeJS
Script Language payloads
Perl
Python
Bash
Last updated