nerdexam
CompTIA

PT0-001 · Question #171

A penetration tester obtained access to an internal host of a given target. Which of the following is the BEST tool to retrieve the passwords of users of the machine exploiting a well-knows…

The correct answer is A. Mimikatz. Mimikatz exploits the Windows LSASS memory architecture to extract live credentials from a compromised host without needing to crack hashes offline.

Post-exploitation and lateral movement

Question

A penetration tester obtained access to an internal host of a given target. Which of the following is the BEST tool to retrieve the passwords of users of the machine exploiting a well-knows architecture flaw of the Windows OS?

Options

  • AMimikatz
  • BJohn the Ripper
  • CRainCrack
  • DHashcat

How the community answered

(37 responses)
  • A
    89% (33)
  • B
    3% (1)
  • C
    5% (2)
  • D
    3% (1)

Why each option

Mimikatz exploits the Windows LSASS memory architecture to extract live credentials from a compromised host without needing to crack hashes offline.

AMimikatzCorrect

Mimikatz specifically targets a well-known architectural flaw in Windows where the LSASS (Local Security Authority Subsystem Service) process retains credential material - including NTLM hashes and in some configurations plaintext passwords - in memory to support single sign-on features like WDigest authentication. Because it reads directly from live system memory on an already-compromised host, no prior hash file is needed and no offline cracking is required. This makes it the definitive tool for post-exploitation credential harvesting on Windows systems.

BJohn the Ripper

John the Ripper is an offline password hash cracker that requires a pre-obtained hash file as input and cannot extract credentials directly from a live Windows process or memory space.

CRainCrack

RainCrack is a rainbow table-based offline cracking tool that matches stored hashes against precomputed tables and has no capability to interface with live Windows system memory.

DHashcat

Hashcat is a GPU-accelerated offline hash cracking utility that requires pre-obtained hashes and cannot perform live credential extraction from a running operating system's memory.

Concept tested: Windows LSASS credential dumping with Mimikatz

Source: https://attack.mitre.org/techniques/T1003/001/

Topics

#Mimikatz#credential harvesting#LSASS#Windows

Community Discussion

No community discussion yet for this question.

Full PT0-001 Practice