ly4k / SMBGhost

Scanner for CVE-2020-0796 - SMBv3 RCE
665 stars 199 forks source link

ModuleNotFoundError: No module named 'netaddr' #10

Open SaymonDzen opened 4 years ago

SaymonDzen commented 4 years ago

debian10 python3 scanner.py 192.168.8.100 Traceback (most recent call last): File "scanner.py", line 4, in from netaddr import IPNetwork ModuleNotFoundError: No module named 'netaddr'

changtraisitinh commented 4 years ago

try : pip3 install netaddr

tangxiaofeng7 commented 4 years ago

pip3 install netaddr -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com