mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2024-11-22 02:21:36 +01:00
Updated Handy-BloodHound-Cypher-Queries
This commit is contained in:
parent
543a85a139
commit
55f268bcac
@ -431,7 +431,7 @@ MATCH (u) WHERE toLower(u.name) = "computer3@contoso.com" SET u.owned=True RETUR
|
|||||||
|
|
||||||
- Mark users with non-empty UserPassword field as Owned:
|
- Mark users with non-empty UserPassword field as Owned:
|
||||||
```
|
```
|
||||||
MATCH (u:User) WHERE u.userpassword =~ ".+" SET u.owned=True
|
MATCH (u:User) WHERE u.userpassword =~ ".+" SET u.owned = true RETURN u.name
|
||||||
```
|
```
|
||||||
|
|
||||||
- Mark High Value all members of High Value groups:
|
- Mark High Value all members of High Value groups:
|
||||||
|
Loading…
Reference in New Issue
Block a user