Tool to audit and attack LAPS environments
Stars
933
Forks
125
Watchers
933
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
4
commits
Merge branch 'master' of https://github.com/leoloobeek/LAPSToolkit
32e2eacView on GitHubAdded ExcludedDelegated switch to allow tech to only view users with all extended rights
44ed874View on GitHubAdded check to make sure the SID exists in SIDMap, in the case the SID belongs to a removed user/group
9391d27View on GitHubAdded further explanation in Credential comments, added try-catch if can't translate Forest SID
d7ef74eView on GitHubCreated computer map and sid map to resolve sids while using PSCredential object. Added Get-NetUser for sid map.
1431454View on GitHubDecided to pull all computer objects down for later parsing in Find-AdmPwdExtendedRights vs querying LDAP for each computer object
1221215View on GitHubAdded -Credential to Get-ObjectAcl and added DirectoryEntry to successfully pull ACLs using -Credential
6e796f3View on GitHubAdded support for alternate credentials for Find-AdmPwdExtendedRights and Find-LAPSDelegatedGroups
6eafc0bView on GitHubAdded Domain and DomainController tags for some function calls that were missing it
d565fd1View on GitHubOutput PSObjects properly, previously placing them in arrays which made them useless
c5cad9bView on GitHub