BloodHound.py
BloodHound.py copied to clipboard
LDAP simple authentication support
Will you plan to support enumeration with ldap simple authentication?
ldapsearch -h
-w passwd bind password (for simple authentication)
Is there a useful scenario for this? When running from source you could easily adapt it to use SIMPLE auth instead of NTLM here: https://github.com/fox-it/BloodHound.py/blob/master/bloodhound/ad/authentication.py#L63 I don't think adding a separate parameter for this makes sense.
@dirkjanm yes, you can use this option to collect info as cn=directory manager. Simple authentication is still sometimes enabled and may be just one more collection option if you doesn't have valid credentials.
I don't recall ever seeing this. If you need really need it in some cases I suggest making the small change to the source code mentioned above