-
Notifications
You must be signed in to change notification settings - Fork 742
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
Crypto module problem #23
Comments
After pip3 install -r requirements.txt it works |
didn't work for me |
have you got installed the python-cryptography package? https://pkg.kali.org/pkg/python-cryptography or the solution here: #11 (comment) |
Please check: #10 (comment) |
xtaran
added a commit
to xtaran/log4j-scan
that referenced
this issue
Dec 15, 2021
Fixes fullhunt#23 PyCrypto is EoL, should no more be used and replaced with PyCryptodome. And at least with recent PyCryptodome version, there seem to be no more backwards compatibility to PyCrypto at least in Kali and Debian, but probably also in Ubuntu.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i first run
pip3 install -r requirements.txt
when running the script I got this error
File "/Users/***/Tools/log4j-scan/log4j-scan.py", line 22, in
from Crypto.Cipher import AES, PKCS1_OAEP
ModuleNotFoundError: No module named 'Crypto'
any solution?
The text was updated successfully, but these errors were encountered: