GIAC
GCIH · Question #399
Computer 'remus' has traffic coming in on port 53. You want to forward the traffic to system 'romulus' on port 1234. Which command would you run on 'remus' to complete this task?
Sign in or unlock GCIH to reveal the answer and full explanation for question #399. The question stem and answer options stay visible for context.
Vulnerability Exploitation & Privilege Escalation
Question
Computer 'remus' has traffic coming in on port 53. You want to forward the traffic to system 'romulus' on port 1234. Which command would you run on 'remus' to complete this task?
Options
- Anc -l -p 53 | nc romulus 1234
- Bnc romulus 1234 < remus 53
- Cwhile [1]; nc -l -p 53; nc romulus -p 1234; done
- Dnc -l -p remus 153 -e remus 1234
Unlock GCIH to see the answer
You've previewed enough free GCIH questions. Unlock GCIH for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#netcat#port forwarding#traffic redirection#post-exploitation tools