A tester is using a tool that inspects web pages for obsolete components and missing security headers. Which approach best balances thoroughness and minimal load on the environment?
Exclude additional modules and depend on a single default profile
Disable log output to reduce scan footprint visibility
Run detailed checks with adjusted request speed to balance coverage with server capacity
Increase concurrency settings to prioritize quick results over detailed feedback
Adjusting the rate of requests while performing thorough checks strikes a better balance between coverage and stress on the server. Excluding additional modules can overlook key checks that might reveal issues. Increasing concurrency can cause incomplete data to be missed. Disabling log output reduces traceability, which can also prevent a thorough review of scan findings.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are security headers and why are they important?
Open an interactive chat with Bash
What is the impact of adjusting request speed during web testing?
Open an interactive chat with Bash
Why is excluding additional modules not recommended during testing?