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

[bug] ldap3_kerberos_login() got an unexpected keyword argument 'aeskey' #9

Open
p0dalirius opened this issue Oct 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@p0dalirius
Copy link
Owner

 ./LDAPWordlistHarvester.py -v -o --- -u "$USER" --ldaps --no-pass -k
LDAPWordlistHarvester.py v1.2 - by @podalirius_

[>] Connecting to remote LDAP host '' ... Traceback (most recent call last):
  File "/workspace/tools/LDAPWordlistHarvester/./LDAPWordlistHarvester.py", line 114, in <module>
    ldap_server, ldap_session = init_ldap_session(
                                ^^^^^^^^^^^^^^^^^^
  File "/root/.pyenv/versions/3.11.10/lib/python3.11/site-packages/sectools/windows/ldap.py", line 213, in init_ldap_session
    return __init_ldap_connection(
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/.pyenv/versions/3.11.10/lib/python3.11/site-packages/sectools/windows/ldap.py", line 166, in __init_ldap_connection
    ldap3_kerberos_login(
TypeError: ldap3_kerberos_login() got an unexpected keyword argument 'aeskey'```

@p0dalirius p0dalirius self-assigned this Oct 7, 2024
@p0dalirius p0dalirius added the bug Something isn't working label Oct 7, 2024
@p0dalirius p0dalirius changed the title ldap3_kerberos_login() got an unexpected keyword argument 'aeskey' [bug] ldap3_kerberos_login() got an unexpected keyword argument 'aeskey' Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant