Hi,
I am doing PTP - Post Exploitation Lab. I got a meterpreter shell on 10.32.120.15 with a backdoor that was installed on the machine. I started enumerating the machine locally and I found FTP credentials and FTP server IP (10.32.121.23) . FTP Server was on another subnet. I ran “run autoroute -s 10.32.121.0/24” and now I am able to scan 10.32.121.23 machine from metasploit. I got information about another subnet from FileZilla files. When I run “route” command on the exploited machine ( 10.32.120.15 ) there is no route to 10.32.121.0/24 subnet. I might ask a stupid question but how does the exploited machine have access to 10.32.121.0/24 subnet when I can’t see a route to the 10.32.121.0/24 network from “route” command?
Could be no static route added manually and might be using the default route (gateway) to communicate with the other subnets. But ideally there should be at-least one entry shown when you run the route command.