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

ModuleNotFoundError: No module named 'bloodhound' #79

Closed
secure-77 opened this issue Oct 18, 2023 · 1 comment
Closed

ModuleNotFoundError: No module named 'bloodhound' #79

secure-77 opened this issue Oct 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@secure-77
Copy link

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
image

NetExec info

  • OS: Kali
  • Version: 1.0.0 - A New Beginning
  • Installed from: binary from release
@mpgn
Copy link
Collaborator

mpgn commented Oct 18, 2023

Module is missing from https://github.com/Pennyw0rth/NetExec/blob/develop/netexec.spec

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

2 participants