Dirk-jan

Results 81 comments of Dirk-jan
trafficstars

Few updates: * All bugs that were fixed in BloodHound legacy (master branch) are now also fixed in the CE branch. * BloodHound.py for BH CE now has it's own...

i think this error occurs because it cannot find the credentials in the ccache file, and then it runs into a parsing error later on. Make sure you have the...

As expected it failed to load the TGT from the supplied ccache file. in the latest version it will now exit the script if that happens rather than triggering a...

ccache auth now works properly again, note that you have to explicitly specify a username (which must match with the one in your ccache). Only TGTs are supported in the...

Thanks for debugging this, I've resolved this in a slightly different way but it should be resolved now

Sounds like an error in ldap3, I recommend downgrading to a previous version

It might be that the DNS zone is a forest or legacy zone, which you can query with `--print-zones`. Alternatively it could be that this DNS zone is not AD...

The DNS server isn't answering the queries for that domain properly. It may be part of the CTF, or it's your local setup that breaks something. In any case bloodhound-python...

Is the question actually whether we can add the password check feature for hosts? Because the "skippasswordcheck" flag from sharphound disables password age checking, while this is not a feature...

hey, due to diverging changes I have merged this in manually, with some fixes. Channel binding is now supported with both NTLM and Kerberos. Thanks for the contribution!