We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
How about a simple loop?
for i in $(cat domains.txt); do ./dnstwist.py -f list $i >> permutations.txt; done
Sorry, something went wrong.
is there an update on this feature?
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....
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: