February 2018
Intermediate to advanced
426 pages
11h 3m
English
We will start with the same scenario, which we discussed in the previous recipe. We have compromised the Linux server, and we have added the route information to forward all the data packets sent on the network through the Meterpreter session. Let's take a look at the route table:
msf > route IPv4 Active Routing Table========================= Subnet Netmask Gateway ------ ------- ------- 10.0.0.0 255.255.255.0 Session 2[*] There are currently no IPv6 routes defined.msf >
So, our table is all set. Now we will have to set up port forwarding so that our request relays through to reach the internal network.
Read now
Unlock full access