Metasploit Tunneling
Must have an established shell on the jumping system (that reaching other subnet victim)
The autoroute module creates a reverse tunnel and allows us to direct network traffic into the appropriate subnet.
@multihandler shell session
We can configure to force TCP traffic through the proxy by adding the SOCKS4 proxy IP and port to the config file.
Proxychains can be used with many other applications. For example, we can use Nmap to conduct an internal network scan or Firefox to browse internal web sites.
Last updated