brutesubs icon indicating copy to clipboard operation
brutesubs copied to clipboard

Resolve AltDNS output with Gobuster rather than AltDNS

Open glen-mac opened this issue 7 years ago • 3 comments

I have found in the past that resolving the output of AltDNS with gobuster is much faster than allowing AltDNS to do it alone.

Anyone is welcome to do their own speed comparisons, but i think stripping the subdomains from the AltDNS output and feeding them to gobuster for final resolving could speed the process up quite a bit.

glen-mac avatar Jun 14 '17 01:06 glen-mac

Same goes for the enumall bruteforce

glen-mac avatar Jun 14 '17 02:06 glen-mac

I am using a custom Go script to resolve domains - https://github.com/anshumanbh/brutesubs/blob/master/scripts/wait-for-tools-start-altdns.sh#L20

Not sure what part you are referring to?

anshumanbh avatar Jun 14 '17 19:06 anshumanbh

I think he's talking about the resolve feature, known as -r, within altdns (which takes a horrendous amount of time), and for enumall, if you want time consistency in this end too, removing the option to bruteforce (-w) definitely helps

RyanLongVA avatar Aug 16 '17 18:08 RyanLongVA