shodan-ruby
shodan-ruby copied to clipboard
Ruby library for SHODAN
After using the Ruby Shodan client for a while, I came to find that it fell short of features compared to the Python client. One important missing feature is the...
Hi, I'm wondering why certificate verification has been disabled in this library? Is that on purpose, if so, why? https://github.com/achillean/shodan-ruby/blob/master/lib/shodan/shodan.rb#L48 Thanks, Aaron
From irb with a fresh install of the shodan gem: >> api = Shodan::WebAPI.new(SHODAN_API_KEY) => # >> api.exploitdb.search('cve-2011-1255') JSON::ParserError: 757: unexpected token at ' ... snipped a bunch of HTML...