itm4n / PrivescCheck

Privilege Escalation Enumeration Script for Windows
BSD 3-Clause "New" or "Revised" License
2.91k stars 422 forks source link

LapsV2 is not being checked? #54

Closed nurfed1 closed 7 months ago

nurfed1 commented 7 months ago

Hey,

It looks like LAPSv2 is currently not being checked. I don't have time to make a PR right now, but I think a check could be added for the following locations:

Intune

HKLM:\Software\Microsoft\Policies\LAPS

GPO

HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\LAPS

Local

HKLM:\Software\Microsoft\Windows\CurrentVersion\LAPS

itm4n commented 7 months ago

You're absolutely right. I haven't implemented this yet. :/

itm4n commented 7 months ago

Fixed with commit db7d1f7

nurfed1 commented 7 months ago

Looks good! Thanks.