d3mondev / puredns

Puredns is a fast domain resolver and subdomain bruteforcing tool that can accurately filter out wildcard subdomains and DNS poisoned entries.
GNU General Public License v3.0
1.61k stars 151 forks source link

add another wildcard (or 2 ) to the bruteforce. #54

Closed gprime31 closed 7 months ago

gprime31 commented 9 months ago

Hi, Love this tool. so now the bruteforce is like: puredns bruteforce wordlist.txt "www.*.example.com" with a single wordlist.

can you make it like puredns bruteforce wordlist.txt ".www..example.com" using 2 wordlists?

or three or more?

example: puredns bruteforce wordlist.txt "site.www..example*.site.com"

d3mondev commented 7 months ago

Hi, thanks for your suggestion. This is not something I would consider implementing directly in puredns. Instead, I would probably generate the list of domains to resolve externally and pipe it to puredns.

A small utility like https://github.com/d3mondev/crossjoin can help to generate those lists.

Closing for now, but let me know if you have any other ideas.