nerdexam
CompTIA

PT0-001 · Question #149

A penetration tester has run multiple vulnerability scans against a target system. Which of the following would be unique to a credentialed scan?

The correct answer is A. Exploits for vulnerabilities found. A credentialed scan authenticates to the target system and gains internal access, enabling it to confirm specific vulnerabilities and map them to actionable exploits with far greater accuracy than an unauthenticated scan.

Vulnerability discovery and analysis

Question

A penetration tester has run multiple vulnerability scans against a target system. Which of the following would be unique to a credentialed scan?

Options

  • AExploits for vulnerabilities found
  • BDetailed service configurations
  • CUnpatched third-party software
  • DWeak access control configurations

How the community answered

(23 responses)
  • A
    74% (17)
  • B
    9% (2)
  • C
    4% (1)
  • D
    13% (3)

Why each option

A credentialed scan authenticates to the target system and gains internal access, enabling it to confirm specific vulnerabilities and map them to actionable exploits with far greater accuracy than an unauthenticated scan.

AExploits for vulnerabilities foundCorrect

A credentialed scan logs into the target using valid credentials and can enumerate exact software versions, patch levels, and registry values from inside the system. This internal visibility allows the scanner to definitively confirm whether a known CVE applies and identify the specific exploit that targets it. An unauthenticated scan can only infer potential vulnerabilities from external network responses and cannot confirm exploitability with the same precision.

BDetailed service configurations

Detailed service configurations can be partially discovered without credentials through banner grabbing and service fingerprinting, so they are not unique to credentialed scans.

CUnpatched third-party software

Unpatched third-party software can sometimes be detected by unauthenticated scans via version banners or HTTP headers, so this finding is not exclusive to credentialed scanning.

DWeak access control configurations

Weak access control configurations such as exposed services or default credentials can be identified through unauthenticated probing, making them accessible to non-credentialed scans as well.

Concept tested: Credentialed scan exploit identification versus unauthenticated scanning

Source: https://docs.tenable.com/nessus/Content/CredentialedChecksOnLinux.htm

Topics

#credentialed scan#vulnerability scanning#scan configuration#authenticated testing

Community Discussion

No community discussion yet for this question.

Full PT0-001 Practice