-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Steps to reproduce :
git clone https://github.com/micahvandeusen/gMSADumper.git
cd gMSADumper
python3 -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txt
python3 ./gMSADumper.py -d "cascade.local" -l "10.10.10.182" -u "r.thompson" -p "rY4n5eva"
python3 ./gMSADumper.py -d "cascade.local" -l "10.10.10.182" -u "r.thompson" -p "rY4n5eva"
Traceback (most recent call last):
File "/workspace/gMSADumper/venv/lib/python3.11/site-packages/ldap3/utils/ntlm.py", line 500, in ntowf_v2
from Crypto.Hash import MD4 # try with the Crypto library if present
^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'Crypto'
During handling of the above exception, another exception occurred:
Fix :
pip install pycryptodome
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels