1
0
mirror of https://github.com/mgeeky/Penetration-Testing-Tools.git synced 2025-06-03 20:28:33 +02:00
This commit is contained in:
Mariusz B. / mgeeky 2022-04-19 11:23:17 +02:00
parent c895629c91
commit 586d7e82e4

@ -136,6 +136,7 @@ ORDER BY days_since_pwdlastset DESC
MATCH (u:User {hasspn: True})-[r:MemberOf*1..]->(n:Group)
WHERE (n.objectid =~ "(?i)S-1-5-.*-512") OR (n.objectid =~ "(?i)S-1-5-.*-516") OR (n.objectid =~ "(?i)S-1-5-.*-518") OR (n.objectid =~ "(?i)S-1-5-.*-519") OR (n.objectid =~ "(?i)S-1-5-.*-520") OR (n.objectid =~ "(?i)S-1-5-.*-544") OR (n.objectid =~ "(?i)S-1-5-.*-548") OR (n.objectid =~ "(?i)S-1-5-.*-549") OR (n.objectid =~ "(?i)S-1-5-.*-551")
RETURN u.name AS UserName, n.name AS GroupName, u.displayname As DisplayName, u.description As Descrition
ORDER BY GroupName
```
- Pulls users eligible for ASREP roasting