nerdexam
CompTIA

PT0-002 · Question #500

A security analyst is conducting a penetration test for an online store with a database server. Which of the following tools would best assist the tester in detecting vulnerabilities on that server?

The correct answer is B. Nessus. Nessus is the most suitable tool for detecting a broad range of vulnerabilities on a database server during a penetration test due to its comprehensive vulnerability scanning capabilities.

Information Gathering and Vulnerability Scanning

Question

A security analyst is conducting a penetration test for an online store with a database server. Which of the following tools would best assist the tester in detecting vulnerabilities on that server?

Options

  • ABurp Suite
  • BNessus
  • CNikto
  • DSQLmap

How the community answered

(46 responses)
  • A
    7% (3)
  • B
    87% (40)
  • C
    2% (1)
  • D
    4% (2)

Why each option

Nessus is the most suitable tool for detecting a broad range of vulnerabilities on a database server during a penetration test due to its comprehensive vulnerability scanning capabilities.

ABurp Suite

Burp Suite is primarily a web application security testing tool used for intercepting, modifying, and replaying HTTP requests, not for general server vulnerability scanning.

BNessusCorrect

Nessus is a widely recognized vulnerability scanner that can identify a vast array of security misconfigurations, missing patches, and known vulnerabilities on various server types, including database servers. It performs authenticated and unauthenticated scans to detect issues beyond just web application flaws, making it ideal for a comprehensive server-side assessment.

CNikto

Nikto is a web server scanner specifically designed to find vulnerabilities and misconfigurations in web servers, not general database server vulnerabilities.

DSQLmap

SQLmap is an SQL injection tool specifically designed to automate the detection and exploitation of SQL injection flaws in web applications that interact with databases, not for broad vulnerability scanning of the database server itself.

Concept tested: Vulnerability scanning tools for servers

Source: https://www.tenable.com/products/nessus

Topics

#Vulnerability scanning#Penetration testing tools#Nessus#Database security

Community Discussion

No community discussion yet for this question.

Full PT0-002 Practice