You have a Meterpreter session on a compromised host with IP 10.10.10.5 that can reach the internal subnet 192.168.1.0/24. Which Metasploit command adds a route so subsequent modules can reach that internal subnet through this session?
-
A
route add 192.168.1.0/24 [session_id]
-
B
portfwd add -l 4444 -r 192.168.1.1 -p 4444
-
C
set RHOSTS 192.168.1.0/24
-
D
use auxiliary/server/socks_proxy