ReadLAPSPassword
Last updated
Was this helpful?
Last updated
Was this helpful?
This abuse can be carried out when controlling an object that has GenericAll
or AllExtendedRights
(or combination of GetChanges
and (GetChangesInFilteredSet
or GetChangesAll
) for domain-wise synchronization) over the target computer configured for LAPS. The attacker can then read the LAPS password of the computer account (i.e. the password of the computer's local administrator).
This page is about LAPS-based attacks, you may have a look on LAPS-based persistences and LAPS enumeration.
From UNIX-like systems, pyLAPS (Python) can be used to retrieve LAPS passwords.
Alternatively, NetExec also has this ability
Impacket's ntlmrelayx also carries that feature, usable with the --dump-laps
.
LAPSDumper is another Python alternative.