shuffledns not work with list of domains #147
Replies: 1 comment
-
Old questions so I'm closing it, but feel free to re-open with a comment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i want to run shuffledns bruteforce with list of domains.
this command does not work
cat domains.txt | while read domain; do shuffledns -d $domain -w wordlist.txt -r resolvers.txt -silent;done
is there any switch to do such stuff?!
Beta Was this translation helpful? Give feedback.
All reactions