ronin-rb / ronin-scanners

A Ruby library for Ronin that provides a Ruby interface to various third-party security scanners.
http://ronin-ruby.github.com/
GNU General Public License v2.0
27 stars 6 forks source link

Combine the Resolv and ReverseLookup scanners into one DNS scanner #20

Open postmodern opened 11 years ago

postmodern commented 11 years ago

Combine Resolv and ReverseLookup scanners into one DNS scanner. Use IPv4 / IPv6 Regexps to determine when to do a reverse lookup on the IP address.

postmodern commented 11 years ago

Use the net-dns gem, to get as much information as possible.