dnsx icon indicating copy to clipboard operation
dnsx copied to clipboard

Extend the wildcard detection support

Open forgedhallpass opened this issue 2 years ago • 1 comments

Currently wildcard detection only works with a single domain. It would be nice to be able to support the following use-case:

cat root_domains | dnsx -rc servfail -w wordlist.txt -wd -r resolvers.txt

Steps:

  1. filter based on the response code
  2. brute-force
  3. detect servers supporting wildcards
  4. show all subdomains. Input domain that support wildcards, should appear only once. We could also mark them somehow.

forgedhallpass avatar Aug 31 '22 18:08 forgedhallpass

@forgedhallpass would be cool to give as a flag the domains we want to filter, or just completely extend the wildcard filtering to all subs in the list.

marcelo321 avatar Nov 03 '22 04:11 marcelo321