-
Notifications
You must be signed in to change notification settings - Fork 330
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
TypeError: 'NoneType' object has no attribute 'extend' - Occurs trying to authenticate to LDAPS #167
Comments
I have a similar issue running bloodhound collection using netexec. Here's the issue I opened there. Pennyw0rth/NetExec#243 (comment) |
Oh your stacktrace is different from the one you posted on NetExec: The ones there have the exact same stacktrace as mine |
The issue from the first post is triggered because likely both signing and channel binding are enforced, which is currently not supported by BloodHound.py. As a result, the authentication fails, and a stacktrace is triggered further in the code. |
This is a link to a writeup on the same box in the same step using bloodhound-python. It works for some reason.
And this is a video walkthrough of using netexec bloodhound module. It also works fine there. |
If you go further down on 0xdf's walkthrough (link directly above), it seems that is something to do with the @NeffIsBack the same goes when executing it through NetExec! |
Describe the bug
Running the bloodhound-python against one of the servers with regular command I faced the issue. I tried:
To Reproduce
The following commands were used and both of the times same error occurs.
bloodhound-python -d rebound.htb -c all -u ldap_monitor -p '1GR8t@$$4u' -ns 10.129.229.114 --zip
bloodhound-python -u 'ldap_monitor' -p '1GR8t@$$4u' --dns-tcp -d rebound.htb -c all --zip -ns 10.129.229.114
Resulted in:
bloodhound-python Info:
pip3 install bloodhound
The text was updated successfully, but these errors were encountered: