class Intrigue::Ident::Check::Axis

Public Instance Methods

generate_checks(url) click to toggle source
# 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