Class: Intrigue::Ident::Check::Jobvite
- Defined in:
- lib/checks/jobvite.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#generate_checks(url) ⇒ Object
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# File 'lib/checks/jobvite.rb', line 6 def generate_checks(url) [ { :type => "service", :vendor =>"Jobvite", :product =>"Jobvite", :match_details =>"jobvite cookie - unconfirmed!!!!", :version => nil, :match_type => :content_cookies, :match_content => /ADRUM_BTa/i, :examples => ["http://202.1.239.165:80"], :paths => ["#{url}"] } ] end |