infosec-au / altdns

Generates permutations, alterations and mutations of subdomains and then resolves them
Apache License 2.0
2.29k stars 447 forks source link

Wildcard DNS detection? #2

Closed gehaxelt closed 8 years ago

gehaxelt commented 8 years ago

Hi,

when using altdns with the -r switch and scanning a wildcard domain you'll get a lot of invalid results.

It would be nice to have some kind of wildcard dns detection to skip such domains.

Regards, gehaxelt

infosec-au commented 8 years ago

Hey @gehaxelt,

At the moment, there are no plans to support wildcard DNS detection. I would recommend using the output file (that contains every possible permutation) with your favorite DNS bruteforcing tool of choice (subbrute for example) which supports wildcard detection.

Thanks for taking a look at this project :)