Sha256: cf8ea88763c6d35831f1b9f0f32870c17f5f539ccc7bcf0c478348393d68b3d2
Contents?: true
Size: 658 Bytes
Versions: 2
Compression:
Stored size: 658 Bytes
Contents
# coding: ascii-8bit # 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 <a href="xdview.exe">', url: '/login.asp' }, { text: '<Meta name="Author" Content="hhdigital">' } ] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_whatweb-0.2.0 | lib/whatweb/plugins/rvi-camera.rb |
simple_whatweb-0.1.0 | lib/whatweb/plugins/rvi-camera.rb |