Closed bolandross closed 5 years ago
[+] Name servers found in WHOIS data: Traceback (most recent call last): File "main.py", line 591, in main(target) File "main.py", line 167, in main for ns in whois_dict.name_servers: TypeError: 'NoneType' object is not iterable
I am getting this error message, any ideas?
@bolandross - It's possible there is no name server and it's error'ing out looking for it. I'll push an 'if' check statement and see if it helps.
I am getting this error message, any ideas?