nethunteros / punter

Hunt domain names using DNSDumpster, WHOIS, Reverse WHOIS, Shodan, Crimeflare
The Unlicense
295 stars 43 forks source link

problem with whois_dict.name_servers #7

Closed bolandross closed 5 years ago

bolandross commented 7 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?

binkybear commented 7 years ago

@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.