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 761 forks source link

TLD and domains second level #134

Closed goro22052 closed 2 years ago

goro22052 commented 2 years ago

Hi! I created TLD-list with domains second level but when I used it, I didn't get a result with domain from my tld-list. Why?

elceef commented 2 years ago

Can you provide the list and paste the command line you executed?

goro22052 commented 2 years ago

of course tld for example: case caseih cash casino cat catering catholic cba cbn cbre cbs cc cd com.cd net.cd org.cd ceb center ceo cern cf cfa ck.ua cn.ua co.ua com.ua crimea.ua cv.ua dn.ua

command: dnstwist domain.com --tld /mnt/c/Users/User/tld-list-full-2021.txt | grep NS:

and I know that my domain has another examples org com.ua cf ...

goro22052 commented 2 years ago

I tried use dnstwist --registered domain.com--tld /mnt/c/Users/User/tld-list-full-2021.txt but I didn't get second-level domains

elceef commented 2 years ago

It should be fixed now. Could you please pull the most recent version and confirm?

goro22052 commented 2 years ago

I run
rm -rf dnstwist git clone https://github.com/elceef/dnstwist.git I tried to find domains but the result didn't change... image

goro22052 commented 2 years ago

my tld list image

elceef commented 2 years ago

With --registered argument you get only existing domains. After the fix, the tool is accepting and testing all provided TLD (including second-level domains), but in this particular case it looks like domain permutations you're looking for simply does not exist. Try running it without --registered or just with --format list do get all permutations.

goro22052 commented 2 years ago

exist for examles image

elceef commented 2 years ago

I won't be able to reproduce this issue without the actual domain name. Could you please send it over email?

goro22052 commented 2 years ago

ok, which your email?

elceef commented 2 years ago

You can find it in README.md

elceef commented 2 years ago

Just noticed that you didn't pull the most recent code from git repository. Additionally, ensure you have DNSPython installed.