QuestionQ344
Endpoint Attack and PivotingComputer remus is receiving traffic on port 53. You want to forward that traffic to system romulus on port 1234. Which command should you run on remus to accomplish this?
- A nc -l -p 53 | nc romulus 1234
- B nc romulus 1234 < remus 53
- C while [1]; nc -l -p 53; nc romulus -p 1234; done
- D nc -l -p remus 153 -e remus 1234
Community Discussion