hannob / snallygaster

Tool to scan for secret files on HTTP servers
BSD Zero Clause License
2.07k stars 228 forks source link

Problem with dns on windows #35

Closed vulnz closed 4 years ago

vulnz commented 6 years ago

e\AppData\Local\Programs\Python\Python36-32\lib\site-packages\dns\Lib.py", line 35, in import DNS ModuleNotFoundError: No module named 'DNS'

snallygaster Traceback (most recent call last): File "snallygaster", line 22, in import dns.resolver File "C:\Users\Noname\AppData\Local\Programs\Python\Python36-32\lib\site-packages\dns__init__.py", line 27, in

python 3.6 in use

hannob commented 6 years ago

The error message comes from within your dnspython package, so I doubt this is a problem in snallygaster.

I don't know how python package management works in windows, but can you try running some of them simple examples here http://www.dnspython.org/examples.html ? If they show the same error (which I assume they will) then it's a problem with your installation.

hannob commented 4 years ago

no feedback from reporter, unclear bug, closing.