Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line 280 "Find Kerberoastable users and where they are AdminTo" #7

Open
Fenr1r-g opened this issue Sep 16, 2021 · 1 comment
Open

Comments

@Fenr1r-g
Copy link

Currently query reads: "query": "OPTIONAL MATCH (u1:User) WHERE u1.hasspn=true OPTIONAL MATCH (u1)-[r:AdminTo]->(c:Computer) RETURN u"

Should read: "query": "OPTIONAL MATCH (u1:User) WHERE u1.hasspn=true OPTIONAL MATCH (u1)-[r:AdminTo]->(c:Computer) RETURN u1"

Although, even with that, the data I'm looking at only returns the kerberoastable accounts. I tried adding ",c" to the end of the query and I do get the machines, but it's missing the relationship between the two. When I tried adding "r" as well, it went back to producing only kerberoastable accounts

@Antoine-Gicquel
Copy link

See #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants