brutesubs
brutesubs copied to clipboard
Resolve AltDNS output with Gobuster rather than AltDNS
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.
Same goes for the enumall bruteforce
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?
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