elceef / dnstwist

Domain name permutation engine for detecting homograph phishing attacks, typo squatting, and brand impersonation
https://dnstwist.it
Apache License 2.0
4.76k stars 760 forks source link

Missing module DNSPython #135

Closed goro22052 closed 2 years ago

goro22052 commented 2 years ago

Hi, I use ./dnstwist.py --registered eridon.ua --tld tld-list-full-2021.txt > /tmp/test.txt or ./dnstwist.py --registered eridon.ua --tld tld-list-full-2021.txt | grep 'com.ua' or ./dnstwist.py --registered eridon.ua --tld tld-list-full-2021.txt | wc -l

and I got error Notice: Missing module DNSPython (DNS features limited)

elceef commented 2 years ago

Strongly recommend installing DNSPython module (see README.md for instructions). DNS features are limited in a way that only IN A records can be resolved which affects the number of detected domains.

goro22052 commented 2 years ago

this advice helped me thx