1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-16 17:42:04 +00:00

Merge pull request #2495 from philsmd/tests_install_modules

tests: improve install_modules.sh python dependencies
This commit is contained in:
Jens Steube 2020-07-21 11:09:54 +02:00 committed by GitHub
commit f8194bea72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,9 +63,13 @@ cpan install Authen::Passphrase::LANManager \
ERRORS=$((ERRORS+$?))
pip2 install pygost pycryptoplus
pip2 install pygost
# pip2 uninstall -y pycryptoplus pycrypto pycryptodome
pip2 install pycryptoplus
pip2 uninstall -y pycryptodome
pip2 install pycrypto
ERRORS=$((ERRORS+$?))