nerdexam
CompTIA

PT0-002 · Question #234

A penetration tester was contracted to test a proprietary application for buffer overflow vulnerabilities. Which of the following tools would be BEST suited for this task?

The correct answer is A. GDB. GDB is a debugging tool that can be used to analyze and manipulate the memory of a running process, which is useful for finding and exploiting buffer overflow vulnerabilities. Burp Suite is a web application testing tool that does not directly test for buffer overflows…

Tools and Code Analysis

Question

A penetration tester was contracted to test a proprietary application for buffer overflow vulnerabilities. Which of the following tools would be BEST suited for this task?

Options

  • AGDB
  • BBurp Suite
  • CSearchSpliot
  • DNetcat

How the community answered

(40 responses)
  • A
    73% (29)
  • B
    8% (3)
  • C
    5% (2)
  • D
    15% (6)

Explanation

GDB is a debugging tool that can be used to analyze and manipulate the memory of a running process, which is useful for finding and exploiting buffer overflow vulnerabilities. Burp Suite is a web application testing tool that does not directly test for buffer overflows. SearchSpliot is a database of known exploits that does not test for new vulnerabilities. Netcat is a network utility that can be used to send and receive data, but not to test for buffer overflows.

Topics

#Buffer Overflow#Vulnerability Testing#Debugging#Penetration Testing Tools

Community Discussion

No community discussion yet for this question.

Full PT0-002 Practice