Sha256: 0971aad4720bc40730db77d7c8bb640350ab00cf1424f18a8ee2435ea101ec50
Contents?: true
Size: 734 Bytes
Versions: 6
Compression:
Stored size: 734 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 "HikVision" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-07-15 @version = "0.1" @description = "HikVision cameras, Digital Video Servers (DVS) and Digital Video Records (DVR)" @website = "http://www.hikvisionusa.com/" # ShodanHQ results as at 2011-07-15 # # 58,133 for Hikvision-Webs # Matches # @matches = [ # HTTP Server Header { search: "headers[server]", regexp: /^Hikvision-Webs$/ }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems