GIAC Certified Incident Handler (GCIH) — Question 59
An attacker needs to relay SMB requests to another system outside of the local subnet using Responder. Which command arguments will achieve this goal?
Answer options
- B. -I eth0 -d 10.0.0.5
- C. -I eth0
- D. -I eth0 -e 10.0.0.5
Correct answer: D
Explanation
The correct answer is D because it includes the '-e' option, which specifies the external IP address (10.0.0.5) to relay the SMB requests to. Options B and C do not provide the necessary external target information, making them ineffective for this task.