GitPedia
blark

blark/aiodnsbrute

Python 3.5+ DNS asynchronous brute force utility

3 Releases
Latest: 7y ago
Possumv0.3.2Latest
blarkblark·7y ago·June 4, 2019
GitHub

Fixed bug in wildcard detection

Possumv0.3.1
blarkblark·7y ago·June 4, 2019
GitHub

📋 Changes

  • added gethostbyname lookup method which can identify when CNAMEs have been resolved by c-ares
  • reformatted source code with [black](https://github.com/python/black)
  • moved logger into its own class using attribute name instead of parameter for log types
  • fixed CSV output (None list problem when using .get)
  • added cname and aliases to output when -o is specified
Gamehendgev0.2.1Pre-release
blarkblark·7y ago·May 30, 2019
GitHub

📋 Changes

  • switched to f-strings
  • removed direct dns request feature (you can just use resolver file to specify arbitrary DNS servers now)
  • added ability to read dns resolvers from file (or stdin with `-r -`)
  • added json output format
  • added ability to send output to stdout with `-f -` (suppresses normal output)
  • added wildcard response detection (user configurable)
  • added domain test to see if parent domain actually exists (user configurable)