shuffledns icon indicating copy to clipboard operation
shuffledns copied to clipboard

multi domain wildcard filtering

Open marcelo321 opened this issue 3 years ago • 1 comments
trafficstars

Please describe your feature request:

I want to start using shuffledns and I think a core element it is lacking is multi domain wildcard filtering. Let's say you have a list of 10k subdomains from different root domains, it would be ideal to run:

cat subs | shuffledns -r resolvers

and that shufflendns resolves all subdomains, and then does wildcard filtering subdomain by domain.

Describe the use case of this feature:

Similar to what 'puredns' does, it resolves any list given, and then checks for all wildcards. As it is right now, you would have to loop over every single different root domain, which makes it a bit useless as it wastes so much time like that.

marcelo321 avatar Nov 03 '22 04:11 marcelo321

Tasks:

  • [x] Improve wildcard filtering performance
  • [x] Implement any missing functionality available in other similar engines such as puredns

Mzack9999 avatar Apr 29 '24 14:04 Mzack9999