class Intrigue::Ident::Check::Jive

Public Instance Methods

generate_checks(url) click to toggle source
# File lib/checks/jive.rb, line 6
def generate_checks(url)
  [
    {
      :type => "service",
      :vendor => "Jive",
      :tags => [],
      :product =>"Platform",
      :match_details =>"jive login page",
      :match_type => :content_cookies,
      :version => nil,
      :match_content =>  /jive.login.ts=/i,
      :examples => ["https://www.gsd.ouroath.com:443"],
      :paths => ["#{url}"]
    }
  ]
end