GCIH · Question #46
You are responsible for security at a company that uses a lot of Web applications. You are most concerned about flaws in those applications allowing some attacker to get into your network. What…
The correct answer is D. Vulnerability scanning. Vulnerability scanning is the most practical method for systematically identifying known security flaws across many web applications at scale.
Question
You are responsible for security at a company that uses a lot of Web applications. You are most concerned about flaws in those applications allowing some attacker to get into your network. What method would be best for finding such flaws?
Options
- AManual penetration testing
- BCode review
- CAutomated penetration testing
- DVulnerability scanning
How the community answered
(43 responses)- A14% (6)
- B2% (1)
- C7% (3)
- D77% (33)
Why each option
Vulnerability scanning is the most practical method for systematically identifying known security flaws across many web applications at scale.
Manual penetration testing is thorough but time-intensive and impractical for covering many web applications quickly at scale.
Code review requires access to source code and is effective at finding logic flaws but does not simulate external attack vectors the way active scanning does.
Automated penetration testing goes further than scanning but is more resource-intensive and is typically used after initial vulnerability discovery, not as the primary discovery method.
Vulnerability scanners such as Nikto, OWASP ZAP, or Nessus are purpose-built to automatically detect known web application flaws including SQL injection, XSS, and misconfigurations across multiple applications. When a company uses a large number of web apps, automated scanning provides broad and repeatable coverage that manual methods cannot efficiently match. This makes vulnerability scanning the most efficient first-line approach for the scenario described.
Concept tested: Web application vulnerability discovery method selection
Source: https://owasp.org/www-project-web-security-testing-guide/
Topics
Community Discussion
No community discussion yet for this question.