projectdiscovery / shuffledns

MassDNS wrapper written in go to enumerate valid subdomains using active bruteforce as well as resolve subdomains with wildcard filtering and easy input-output support.
https://projectdiscovery.io
GNU General Public License v3.0
1.34k stars 193 forks source link

Question regarding bruteforce #38

Closed sec000 closed 4 years ago

sec000 commented 4 years ago

Is that possible to pass the known domain during Bruteforce so that it will do brute force on the know subdomains also ??

Ice3man543 commented 4 years ago

Hi @yashanand, what do you mean? If you want to pass a domain, you can easily pass it with -d flag. Let me know if you need more help!

sec000 commented 4 years ago

Let's suppose I have few subdomains from the target, I want to brute force with a wordlist on all the knows subdomains. How to do that? Using -d we can supply only one domain, is their way to supply many subdomains.??

ehsandeep commented 4 years ago

Hi @yashanand,

I see, you are looking for recursive brute-forcing, unfortunately, shuffledns don't support that, shuffledns is a wrapper of massdns and limited to option available in massdns.