You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: