CompTIA PenTest+ (PT0-003) — Question 123

During a penetration test, a tester compromises a Windows computer. The tester executes the following command and receives the following output:

mimikatz # privilege::debug
mimikatz # lsadump::cache

-Output---
lapsUser
27dh9128361tsg264592101387541j
--OutputEnd--

Which of the following best describes what the tester plans to do by executing the command?

Answer options

Correct answer: C

Explanation

The correct answer is C because the command executed, specifically 'lsadump::cache', retrieves cached credentials which can be used for lateral movement across other systems in the network. Option A is incorrect as it pertains to a Golden Ticket attack which is not indicated here, option B is misleading because the focus is on hashes rather than application passwords, and option D is incorrect as it relates to Kerberoasting, which is not relevant to the command output shown.