Windows Manage Network Route via Meterpreter Session
This module manages session routing via an existing Meterpreter session. It enables other modules to 'pivot' through a compromised host when connecting to the named NETWORK and SUBMASK.
Rank
- Normal
Authors
- todb < todb [at] metasploit.com >
Development
Similar Modules
- post/windows/manage/add_user_domain
- post/windows/manage/delete_user
- post/windows/manage/download_exec
- post/windows/manage/enable_rdp
- post/windows/manage/inject_ca
- post/windows/manage/inject_host
- post/windows/manage/migrate
- post/windows/manage/multi_meterpreter_inject
- post/windows/manage/nbd_server
- post/windows/manage/payload_inject
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use post/windows/manage/autoroute
msf post(autoroute) > set SESSION [INTEGER]
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use post/windows/manage/autoroute
msf post(autoroute) > set SESSION [INTEGER]
Module Options
| CMD | Specify the autoroute command (accepted: add, print, delete) (default: add) |
| NETMASK | Netmask (IPv4 as "255.255.255.0" or CIDR as "/24" (default: 255.255.255.0) |
| SESSION | The session to run this module on. |
| SUBNET | Subnet (IPv4, for example, 10.10.10.0) |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
