gMSADumper icon indicating copy to clipboard operation
gMSADumper copied to clipboard

No module named 'Crypto'

Open qu35t-code opened this issue 1 year ago • 1 comments

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

qu35t-code avatar Oct 18 '23 14:10 qu35t-code

Any news on this PR?

ShutdownRepo avatar Jan 24 '24 11:01 ShutdownRepo