Pixis

Results 12 comments of Pixis

The issue seems to be the `flags=*` filter on some queries. In `LdapBuilder` file, there are all the LDAP queries to filter results. The `Container` query is here: https://github.com/BloodHoundAD/SharpHound3/blob/master/SharpHound3/LdapBuilder.cs#L81 ```csharp...

That's interesting, I was wondering why this flag was checked. In my environment (default AD install), this attribute exists, but is always **unset**. In the request you linked, @Crypt0-M3lon says:...

Yes, it should. Now I understand: this `flags` attribute must be set on GPC, but not on OU. The filter was added on OU and Domain objects, which is not...

Ok, seems good indeed. Thank you @rvazarkar If you need beta-testing, I'm available ;)

Here are two queries that can be used with this PR. I'm not sure they are optimized but they work. :) ``` { "name": "Find all hosts with NTLMv1", "queryList":...

Hello guys, I almost entirely rewrote the tool so it's compatible with python3, with more advanced command lines options and beautified output. https://github.com/Hackndo/metagoofil Do not hesitate to clone and give...

@n3rada https://github.com/hackndo/lsassy does it well, you can give it a try :)

I guess it could be implemented by looping through all users on a discord channel and getting the right ID and then using it. I don't intend to implement it,...

I have read the CLA Document and I hereby sign the CLA

I should check how this can be possible. If you know the scheduled task parameters for this specific need, please share