CS0-003 · Question #266
A web developer reports the following error that appeared on a development server when testing a new application: Which of the following tools can be used to identify the application's point of failur
The correct answer is C. Immunity debugger. A web developer encountered an error on a development server while testing a new application and needs a tool to identify the application's point of failure.
Question
A web developer reports the following error that appeared on a development server when testing a new application:
Which of the following tools can be used to identify the application's point of failure?
Exhibit
Options
- AOpenVAS
- BAngry IP scanner
- CImmunity debugger
- DBurp Suite
How the community answered
(24 responses)- A8% (2)
- B4% (1)
- C71% (17)
- D17% (4)
Why each option
A web developer encountered an error on a development server while testing a new application and needs a tool to identify the application's point of failure.
OpenVAS (Open Vulnerability Assessment System) is a comprehensive vulnerability scanner used to identify security weaknesses in network devices and applications, but it is not designed for debugging application execution flow or identifying exact code-level points of failure during testing.
Angry IP Scanner is a network scanner that discovers hosts and open ports on a network; it is not an application debugging tool.
Immunity Debugger is a powerful, extensible debugger used by security professionals and developers to analyze malicious software, reverse engineer binaries, and diagnose application crashes or points of failure by stepping through code execution and inspecting memory/registers. It allows precise identification of where an application fails.
Burp Suite is an integrated platform for performing security testing of web applications, primarily used for intercepting traffic, scanning for web vulnerabilities, and performing attacks, not for low-level application debugging on a server to find a point of failure within the code.
Concept tested: Application debugging tools
Source: https://immunityinc.com/products/debugger/
Topics
Community Discussion
No community discussion yet for this question.
