NSDetect
NSDetect copied to clipboard
Results
2
NSDetect issues
Sort by
recently updated
recently updated
newest added
This changes the print commands to newer python style which allows running the script in python 3. It will still run in python 2 as well.
Without this dependency, I get the following error message: ``` Traceback (most recent call last): File "NSDetect.py", line 3, in import dns.resolver ImportError: No module named dns.resolver ```