CobblePot59 / ADcheck

Assess the security of your Active Directory with few or all privileges.
96 stars 11 forks source link

[bug] ModuleNotFoundError: No module named 'ADmanage' #1

Closed p0dalirius closed 1 month ago

p0dalirius commented 1 month ago

When starting the tool we get import errors:

# python3 ADcheck.min.py
Traceback (most recent call last):
  File "/workspace/ADcheck/ADcheck.min.py", line 1, in <module>
    from ADmanage import ADclient
ModuleNotFoundError: No module named 'ADmanage'

image

This is because the structure of the dependencies is not a package and no ADmanage.py file is present at top level.

CobblePot59 commented 1 month ago

I forgot ADmanage in my requirements.txt file, thank you ;)