CS0-003 · Question #429
A development team is preparing to roll out a beta version of a web application and wants to quickly test for vulnerabilities, including SQL injection, path traversal, and cross-site scripting. Which
The correct answer is C. OWASP ZAP. OWASP ZAP (Zed Attack Proxy) is a tool recommended for quickly testing web applications for vulnerabilities, including SQL injection, path traversal, and cross-site scripting. It is an open- source web application security scanner that helps identify security issues in web applic
Question
A development team is preparing to roll out a beta version of a web application and wants to quickly test for vulnerabilities, including SQL injection, path traversal, and cross-site scripting. Which of the following tools would the security team most likely recommend to perform this test?
Options
- AHas heat
- BOpenVAS
- COWASP ZAP
- DNmap
How the community answered
(51 responses)- B2% (1)
- C94% (48)
- D4% (2)
Explanation
OWASP ZAP (Zed Attack Proxy) is a tool recommended for quickly testing web applications for vulnerabilities, including SQL injection, path traversal, and cross-site scripting. It is an open- source web application security scanner that helps identify security issues in web applications during the development and testing phases.
Topics
Community Discussion
No community discussion yet for this question.