You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running the -L flag in ldap I get the following error message ModuleNotFoundError: No module named 'bloodhound'
To Reproduce
Steps to reproduce the behavior i.e.:
Command: ~/nxc-ubuntu-latest ldap dc01 -u 'user' -p 'password' -L
Resulted in:
Traceback (most recent call last):
File "netexec.py", line 276, in <module>
File "netexec.py", line 162, in main
File "loaders/protocolloader.py", line 18, in load_protocol
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/tmp/_MEIHqKXxZ/nxc/protocols/ldap.py", line 17, in <module>
from bloodhound.ad.authentication import ADAuthentication
ModuleNotFoundError: No module named 'bloodhound'
[2600402] Failed to execute script 'netexec' due to unhandled exception!...
Expected behavior
List of the available LDAP modules
Screenshots
NetExec info
OS: Kali
Version: 1.0.0 - A New Beginning
Installed from: binary from release
The text was updated successfully, but these errors were encountered:
Describe the bug
When running the -L flag in ldap I get the following error message
ModuleNotFoundError: No module named 'bloodhound'
To Reproduce
Steps to reproduce the behavior i.e.:
Command:
~/nxc-ubuntu-latest ldap dc01 -u 'user' -p 'password' -L
Resulted in:
Expected behavior
List of the available LDAP modules
Screenshots
![image](https://private-user-images.githubusercontent.com/31564517/276277387-b63575d4-8ba9-455a-ba7b-680bc2a298d3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMTQ5MTMsIm5iZiI6MTczOTAxNDYxMywicGF0aCI6Ii8zMTU2NDUxNy8yNzYyNzczODctYjYzNTc1ZDQtOGJhOS00NTVhLWJhN2ItNjgwYmMyYTI5OGQzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDExMzY1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk1YjdmM2Q0M2UxMjA0NWZiYTBmYTY4OTViMDhiMTE4M2I0ZjBiMjUxNTJjNDg1Y2QxNzc0YjM0M2Q5ZDA0OGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.etlKow1GRUtzSDY5iVRNnzE4gKbzOFMZJbVUk14pLvI)
NetExec info
The text was updated successfully, but these errors were encountered: