312-50V11 · Question #914
Why is a penetration test considered to be more thorough than vulnerability scan?
The correct answer is B. A penetration test actively exploits vulnerabilities in the targeted infrastructure, while a. A penetration test is more thorough than a vulnerability scan because it goes beyond passive identification to actively exploit discovered vulnerabilities, simulating the actions of a real attacker.
Question
Why is a penetration test considered to be more thorough than vulnerability scan?
Options
- AVulnerability scans only do host discovery and port scanning by default.
- BA penetration test actively exploits vulnerabilities in the targeted infrastructure, while a
- CIt is not ?a penetration test is often performed by an automated tool, while a vulnerability scan
- DThe tools used by penetration testers tend to have much more comprehensive vulnerability
How the community answered
(54 responses)- A7% (4)
- B89% (48)
- C2% (1)
- D2% (1)
Why each option
A penetration test is more thorough than a vulnerability scan because it goes beyond passive identification to actively exploit discovered vulnerabilities, simulating the actions of a real attacker.
Vulnerability scanners do significantly more than host discovery and port scanning - they also check for known CVEs, misconfigurations, missing patches, and weak credentials, making this characterization inaccurate.
A vulnerability scan passively identifies and reports potential weaknesses without attempting to leverage them, whereas a penetration test actively exploits those weaknesses to confirm they are real and to determine the full extent of potential damage. This active exploitation phase demonstrates actual risk rather than theoretical exposure, and it also uncovers chained attack paths and post-exploitation possibilities that automated scanners cannot reveal.
This statement reverses reality - penetration tests are typically conducted by skilled human testers using manual techniques and judgment, while vulnerability scans are largely automated processes.
Tool comprehensiveness is not the defining differentiator - the key distinction is the active exploitation phase unique to penetration testing, not the breadth of a tool's vulnerability signature database.
Concept tested: Penetration testing vs vulnerability scanning methodology
Source: https://csrc.nist.gov/publications/detail/sp/800-115/final
Topics
Community Discussion
No community discussion yet for this question.