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
25 stars 6 forks source link

Add support for Shodan query #14

Open nullthreat opened 11 years ago

nullthreat commented 11 years ago

You have a google dork scanner, might as well add the ability to query shodan for targets.

Close this if you have it already and i just missed it, as usual.

postmodern commented 11 years ago

Good idea! Would you be willing to write a Scanner using the shodan gem?

nullthreat commented 11 years ago

Yah ill take a stab at it, give me a few days and ill send you a pull request

nullthreat commented 11 years ago

do you have a config file where API Keys live?

postmodern commented 11 years ago

Normally this would be set in ~/.ronin/config/scanners.rb (sort of like config/initializers/ in Rails). We could assign a file for the Shodan API key, so other ronin libraries could load it?