CompTIA
PT0-003 · Question #58
A penetration tester established an initial compromise on a host. The tester wants to pivot to other targets and set up an appropriate relay. The tester needs to enumerate through the compromised host
Sign in or unlock PT0-003 to reveal the answer and full explanation for question #58. The question stem and answer options stay visible for context.
Submitted by javi_es· Mar 6, 2026Post-exploitation and Lateral Movement
Question
A penetration tester established an initial compromise on a host. The tester wants to pivot to other targets and set up an appropriate relay. The tester needs to enumerate through the compromised host as a relay from the tester's machine. Which of the following commands should the tester use to do this task from the tester's host?
Options
- Aattacker_host$ nmap -sT <target_cidr> | nc -n <compromised_host> 22
- Battacker_host$ mknod backpipe p
- Cattacker_host$ nc -nlp 8000 | nc -n <target_cidr>
- Dattacker_host$ proxychains nmap -sT <target_cidr>
Unlock PT0-003 to see the answer
You've previewed enough free PT0-003 questions. Unlock PT0-003 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
#pivoting#proxychains#lateral movement#network relay