Skip to content
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

ImportError: No module named Cryptodome.Cipher #77

Open
LOREANSSSS opened this issue Dec 8, 2020 · 0 comments
Open

ImportError: No module named Cryptodome.Cipher #77

LOREANSSSS opened this issue Dec 8, 2020 · 0 comments

Comments

@LOREANSSSS
Copy link

I am using Kali linux when I try to run CVE-2020-1472 it gives an ImportError: No module named Cryptodome.Cipher
nothing helps, decided to ask on github.

Traceback (most recent call last):
  File "cve-2020-1472-exploit.py", line 10, in <module>
    from impacket.dcerpc.v5 import nrpc, epm
  File "/usr/local/lib/python2.7/dist-packages/impacket/dcerpc/v5/nrpc.py", line 30, in <module>
    from impacket.dcerpc.v5.samr import OLD_LARGE_INTEGER
  File "/usr/local/lib/python2.7/dist-packages/impacket/dcerpc/v5/samr.py", line 29, in <module>
    from impacket.dcerpc.v5.rpcrt import DCERPCException
  File "/usr/local/lib/python2.7/dist-packages/impacket/dcerpc/v5/rpcrt.py", line 24, in <module>
    from Cryptodome.Cipher import ARC4
ImportError: No module named Cryptodome.Cipher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant