Ekultek / BlueKeep

Proof of concept for CVE-2019-0708
1.17k stars 345 forks source link

ModuleNotFoundError: No module named 'impacket.impacket' #6

Closed jianghoo closed 5 years ago

jianghoo commented 5 years ago

ModuleNotFoundError: No module named 'impacket.impacket'

SymmetriesSec commented 5 years ago

In the folder: "sudo pip install impacket".

Run: "python3 script.py".

binlmmhc commented 5 years ago

check issue 4.

Droid-MAX commented 5 years ago

There will be no such bugs anymore.

Droid-MAX commented 5 years ago

if python version is py2, just execute "python2 -m pip install -r requirements.txt", if py3, just replace "python2" to "python" and execute same command.