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.
Replacement list for the time being: https://gitlab.com/gerowen/old-malware-domains-ad-list/-/raw/master/malwaredomainslist.txt
Thanks all. This is fixed in Master to use the replacement list provided by @bridge-four for now.