CAS-001 · Question #206
CAS-001 Question #206: Real Exam Question with Answer & Explanation
The correct answer is A: HTTP interceptor. An HTTP Interceptor (e.g., Burp Suite proxy) sits between the browser and the server, capturing and allowing manual modification of HTTP requests before they are sent. Even though the form only shows a dropdown with valid country values, the interceptor allows the tester to chang
Question
Options
- AHTTP interceptor
- BVulnerability scanner
- CPort scanner
- DFuzzer
Explanation
An HTTP Interceptor (e.g., Burp Suite proxy) sits between the browser and the server, capturing and allowing manual modification of HTTP requests before they are sent. Even though the form only shows a dropdown with valid country values, the interceptor allows the tester to change those submitted values to arbitrary, malicious, or malformed input - directly testing the server-side input validation. This approach lets testers define and submit specific, pre-planned test cases as required by the SOW. A Fuzzer sends random/automated inputs and does not easily support pre-defined, documented test cases. A Vulnerability Scanner and Port Scanner do not target application-layer input validation at the form level.
Community Discussion
No community discussion yet for this question.