worawit / MS17-010

MS17-010
2.14k stars 1.1k forks source link

ImportError: No module named impacket #16

Open sunbyte opened 6 years ago

sunbyte commented 6 years ago

Traceback (most recent call last): File "eternalblue_poc.py", line 1, in from impacket import smb ImportError: No module named impacket

haixuxu commented 6 years ago

install impacket python module for redhat: yum install python2-impacket or dnf install python2-impacket impacket source page: https://github.com/CoreSecurity/impacket

ll3N1GmAll commented 4 years ago

Also, make sure the 'mysmb.py' script is in the same folder as your chosen exploit script.