What command is used to view network adapters in windows?
Ipconfig
What command is used to view network adapters in Linux?
Ip a
What type of scan be used to enumerate hosts whilst forcing a response on a local network?
Arp scan
What is the command in metasploit to background a session?
Background
What command can be used to upgrade a session?
Sessions -u
How do you show the routing within Metasploit?
route
What command is used to create route in the Meterpreter session?
Run autoroute -s 192.168.133.0/24
What command can be used to create a route with a session ID?
Route add 192.168.133.0/24 2
What proxy server would you need to run to use other tools with a route Meterpreter session?
SOCKS Proxy
What command is needed before running tools through a proxy server?
Proxychains
What is an alternative term to having two network adapters?
Dual Homed
When routing through a Meterpreter session, what network do you specify?
The target network where you want to go to
When using Metasploit with other proxies from different tools, what global setting needs to be changed?
setg Proxies socks:5:127.0.0.1:1080
What is the module called for using a SOCKS proxy within Metasploit?
Auxiliary/server/socks_proxy
What is the command to interact with a Meterpreter session?
Sessions -I 1
What is the command to kill a session?
Sessions -k 1
What shell time is more table when attacking through a Metasploit pivot?
Bind