yassineaboukir / sublert

Sublert is a security and reconnaissance tool which leverages certificate transparency to automatically monitor new subdomains deployed by specific organizations and issued TLS/SSL certificate.
MIT License
988 stars 166 forks source link

I don't know exactly why but I am getting this error #20

Closed R34LUS3R closed 5 years ago

R34LUS3R commented 5 years ago

root@kali:~/sublert# python3 sublert.py -u google.com Traceback (most recent call last): File "sublert.py", line 16, in from tld.utils import update_tld_names ImportError: cannot import name 'update_tld_names' from 'tld.utils' (/usr/lib/python3/dist-packages/tld/utils.py)

R34LUS3R commented 5 years ago

updated and upgraded every thing checked tld and it is also installed