elceef / dnstwist

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

Feature Request - Ability to feed list of domains #150

Open caspoone opened 2 years ago

caspoone commented 2 years ago

I have seen entities with multiple domains used for email and the ability to twist the list of domains into a single file export would be very useful.

elceef commented 2 years ago

How about a simple loop?

for i in $(cat domains.txt); do ./dnstwist.py -f list $i >> permutations.txt; done
bigverm23 commented 2 years ago

is there an update on this feature?

fenderstrato666 commented 1 year ago

https://github.com/hardwaterhacker/CrazyParser ... did that for both URLcrazy and DNStwist, unfortunately it doesn't run on 2023 updated versions of Ubunto, Python etc....