threatexpress/domainhunter

AttributeError: 'NoneType' object has no attribute 'format'

antonbek89 opened this issue · 3 comments

When I run the program I got
python3 ./domainhunter.py

[-] Error reaching:{} Status: {}
Traceback (most recent call last):
File "./domainhunter.py", line 494, in
maldomains = downloadMalwareDomains(malwaredomainsURL)
File "./domainhunter.py", line 263, in downloadMalwareDomains
print("[-] Error reaching:{} Status: {}").format(url, response.status_code)
AttributeError: 'NoneType' object has no attribute 'format'

How fix it?

I get this same error as http://mirror1.malwaredomains.com/files/justdomains does not exist.

Thanks all. This is fixed in Master to use the replacement list provided by @bridge-four for now.