We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Massdns should be broken into two or three smaller, more manageable modules that inherit from a shared template:
dnsbrute_wordlist
dnsbrute_mutation
-dev
-api
dnsbrute_wordcloud
finish()
The text was updated successfully, but these errors were encountered:
Added in #1303.
Sorry, something went wrong.
TheTechromancer
No branches or pull requests
Massdns should be broken into two or three smaller, more manageable modules that inherit from a shared template:
dnsbrute_wordlist
- simple wordlist brute forcednsbrute_mutation
- consumes DNS_NAMEs and tries common mutations like-dev
,-api
, etc.dnsbrute_wordcloud
- builds up a target-specific DNS mutation word cloud over the course of the scan and executes it atfinish()
The text was updated successfully, but these errors were encountered: