Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - Ability to feed list of domains #150

Open
caspoone opened this issue Mar 28, 2022 · 4 comments
Open

Feature Request - Ability to feed list of domains #150

caspoone opened this issue Mar 28, 2022 · 4 comments

Comments

@caspoone
Copy link

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
Copy link
Owner

elceef commented Mar 28, 2022

How about a simple loop?

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

@bigverm23
Copy link

is there an update on this feature?

@fenderstrato666
Copy link

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....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@elceef @bigverm23 @caspoone @fenderstrato666 and others