112-52 · Question #29
What differentiates a vulnerability scan from a penetration test?
The correct answer is A. A vulnerability scan identifies weaknesses, while a penetration test exploits them.. Option A is correct because it captures the fundamental distinction: a vulnerability scan passively identifies and catalogs weaknesses (misconfigurations, unpatched software, open ports), while a penetration test actively exploits those weaknesses to determine real-world impact -
Question
What differentiates a vulnerability scan from a penetration test?
Options
- AA vulnerability scan identifies weaknesses, while a penetration test exploits them.
- BA vulnerability scan requires downtime, while a penetration test does not.
- CA vulnerability scan is automated, while a penetration test is not.
- DA vulnerability scan assesses compliance, while a penetration test assesses security.
How the community answered
(27 responses)- A93% (25)
- C4% (1)
- D4% (1)
Explanation
Option A is correct because it captures the fundamental distinction: a vulnerability scan passively identifies and catalogs weaknesses (misconfigurations, unpatched software, open ports), while a penetration test actively exploits those weaknesses to determine real-world impact - essentially simulating what an attacker would do.
Why the distractors fail:
- B is incorrect - neither activity inherently requires downtime; both can often run against live systems.
- C is misleading - penetration tests frequently use automated tools (like Metasploit or Burp Suite), and vulnerability scans also involve manual validation; the automation distinction is not the defining difference.
- D reverses reality - compliance checking is more associated with vulnerability scanning frameworks (like those used in PCI-DSS audits), while penetration tests are specifically focused on assessing actual security posture.
Memory tip: Think of it as find vs. use - a vulnerability scan finds the unlocked doors, while a penetration test walks through them. If you can remember "scan = discover, pentest = exploit," you'll have this distinction locked down.
Topics
Community Discussion
No community discussion yet for this question.