infosec-au / altdns

Generates permutations, alterations and mutations of subdomains and then resolves them
Apache License 2.0
2.26k stars 446 forks source link

No handlers could be found for logger "tldextract" #15

Closed urbanadventurer closed 7 years ago

urbanadventurer commented 7 years ago

altdns raises the following error when executed as non-root user:

No handlers could be found for logger "tldextract"

When a logger is provided, tldextract reports the following error:

WARNING:tldextract:unable to cache TLDs in file /usr/local/lib/python2.7/dist-packages/tldextract/.tld_set: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/tldextract/.tld_set'

This issue doesn't change the operation of altdns at all. For more info, refer to https://github.com/john-kurkowski/tldextract/issues/9

A patch is forthcoming.