Skip to content
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

Added LDAP Channel Binding Support #148

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

deadjakk
Copy link

  1. Added ldap channel binding
  2. Set the default protocol in domain.py to match that of authentication.py
  3. Removed a line in authentication.py that recreates the conn variable before binding which seemed unnecessary

Once added, I was able to fully enumerate a domain with ldap channel signing enforced as intended.
Maybe double check the removal of line 107 of bloodhound/ad/authentication.py where I got rid of the "additional" conn variable creation. It seemed redundant, but you be the judge. If it needs to stay then the ldap channel binding arg needs to be passed there as well.

Set the default protocol in domain.py to match that of authentication.py
Removed a line in authentication.py that recreates the conn variable before binding which seemed unnecessary
@canastasio
Copy link

i merged this manually and it solved my problem. can we get this into the main line?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants