Sha256: 4310e65aa15dfa53dc0f4a5b8f58ec0fce93fe6d45b7ae91976abfd11e030133

Contents?: true

Size: 637 Bytes

Versions: 4

Compression:

Stored size: 637 Bytes

Contents

# frozen_string_literal: true

##
# This file is part of WhatWeb and may be subject to
# redistribution and commercial restrictions. Please see the WhatWeb
# web site for more information on licensing and terms of use.
# http://www.morningstarsecurity.com/research/whatweb
##

WhatWeb::Plugin.define "RVI-Camera" do
  @author = "Andrew Horton"
  @version = "0.1"

  @description = "RVI Camera Monitoring System. H.264 IP Web Camera"

  @matches = [
    { text: 'Скачать файл установки OCX&nbsp;&nbsp;&nbsp;<a href="xdview.exe">', url: '/login.asp' },
    { text: '<Meta name="Author" Content="hhdigital">' }

  ]
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/rvi-camera.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/rvi-camera.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/rvi-camera.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/rvi-camera.rb