projectdiscovery / dnsprobe

DNSProb is a tool built on top of retryabledns that allows you to perform multiple dns queries of your choice with a list of user supplied resolvers.
https://projectdiscovery.io/open-source
MIT License
277 stars 56 forks source link

Option to only use the wildcard detection part of ShuffleDNS #27

Closed Pxmme closed 4 years ago

Pxmme commented 4 years ago

Hi team!

I noticed that there isn't any option to skip the massdns scan when starting ShuffleDNS. It would be an amazing feature since I don't need this massdns scan but I'm very interested to use the wildcard detection part of ShuffleDNS as a standalone feature.

Do you think that would be possible?

Thanks in advance :)

ehsandeep commented 4 years ago

I see the use case of this when you have list of resolved hosts and wanted to check and remove wildcards from it, looks good and useful.

I'm very interested to use the wildcard detection part of ShuffleDNS as a standalone feature.

Sure thing, we can see way around to using this feature using the flag to having a standalone tool for it.

0xrishabh commented 4 years ago

hey, @bauthard I think adding an option of taking IP as input and not showing any subdomain that resolves to it will also be a very helpful option to have. What do you think?

ehsandeep commented 4 years ago

Hi @cYph3r1337,

not sure I got the idea of what you trying to do, can you please create a new issue so we can discuss more in details, also if you are okay with discord, feel free to jump in discord.gg/pAVhJdR

sumgr0 commented 4 years ago

This makes sense and suits the use case I was trying to achieve with dnsprobe...

ehsandeep commented 4 years ago

@Pxmme we did it :D dnsprobe v2 == dnsx, we added this feature in dnsx, so closing this issue now.