Questions
Answer the following questions to check your knowledge of this chapter:
- I have just established a Meterpreter session with a dual-homed host, so I configure and execute the
portscan
module to search for hosts on the other network. I am curious about the status of the scan, so I pull up Wireshark on my machine. There’s no scan traffic visible. What’s wrong? - I just issued the following command in Meterpreter, but nothing happened:
execute -f ipconfig
. Why didn’t I see the output ofipconfig
? - I don’t need to specify ________ when running a module within Meterpreter, since the command is sent to that system only.
- A deep packet analysis of the Meterpreter ARP scan will reveal the IP address of our attacking Kali box. (True | False)
- Using fewer threads during a Meterpreter port scan reduces the risk of our traffic tripping an IDS. (True | False)
- When configuring a PtH attack, the salt must be specified. (True | False...