Class: Intrigue::Ident::Check::Jive

Inherits:
Base
  • Object
show all
Defined in:
lib/checks/jive.rb

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#generate_checks(url) ⇒ Object



6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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