Anyone have any idea why i’m getting a:
File “bloodhound.py”, line 5, in
bloodhound.main()
File “/root/BloodHound.py/bloodhound/init.py”, line 286, in main
disable_pooling=args.disable_pooling)
File “/root/BloodHound.py/bloodhound/init.py”, line 72, in run
self.pdc.prefetch_info(‘objectprops’ in collect, ‘acl’ in collect)
File “/root/BloodHound.py/bloodhound/ad/domain.py”, line 385, in prefetch_info
self.get_computers(include_properties=props, acl=acls)
File “/root/BloodHound.py/bloodhound/ad/domain.py”, line 352, in get_computers
for entry in entries:
File “/root/BloodHound.py/bloodhound/ad/domain.py”, line 150, in search
for e in sresult:
File “/usr/local/lib/python2.7/dist-packages/ldap3/extend/standard/PagedSearch.py”, line 64, in paged_search_generator
None if cookie is True else cookie)
File “/usr/local/lib/python2.7/dist-packages/ldap3/core/connection.py”, line 765, in search
raise LDAPAttributeError('invalid attribute type ’ + attribute_name_to_check)
ldap3.core.exceptions.LDAPAttributeError: invalid attribute type ms-mcs-admpwdexpirationtime
error?
I can’t user the GUI because everytime I load the jsons the screen goes white.
Please help.