Class: Intrigue::Ident::Check::Axis

Inherits:
Base
  • Object
show all
Defined in:
lib/checks/axis.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
# File 'lib/checks/axis.rb', line 6

def generate_checks(url)
  [
    {
      :type => "application",
      :vendor => "Axis",
      :tags => ["tech:webcam"],
      :product => "Webcam",
      :match_details =>"default redirect uri",
      :version => nil,
      :match_type => :content_body,
      :match_content =>  /<META HTTP-EQUIV=\"Refresh\" CONTENT=\"0; URL=\/view\/viewer_index.shtml?id=/,
      :paths => ["#{url}"]
    }
  ]
end