module Shodanz

Shodanz is a modern Ruby gem for Shodan, the world's first search engine for Internet-connected devices.

fronzen_string_literal: true

Constants

VERSION

Public Class Methods

api() click to toggle source

Shortcut for {Shodanz::API}

# File lib/shodanz.rb, line 18
def self.api
  API
end
client() click to toggle source

Shortcut for {Shodanz::Client}

# File lib/shodanz.rb, line 23
def self.client
  Client
end