nerdexam
CompTIA

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.

Submitted by ravi_2018· Mar 6, 2026Security operations

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

CS0-003 question #266 exhibit

Options

  • AOpenVAS
  • BAngry IP scanner
  • CImmunity debugger
  • DBurp Suite

How the community answered

(24 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    71% (17)
  • D
    17% (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.

AOpenVAS

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.

BAngry IP scanner

Angry IP Scanner is a network scanner that discovers hosts and open ports on a network; it is not an application debugging tool.

CImmunity debuggerCorrect

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.

DBurp Suite

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

#Application debugging#Software analysis tools#Incident forensics

Community Discussion

No community discussion yet for this question.

Full CS0-003 Practice