Sha256: ec43873b4191f163d028f2c2dd8af5ee0436420c9bb0869038c548d8e5ebc7ba
Contents?: true
Size: 998 Bytes
Versions: 6
Compression:
Stored size: 998 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 "Sony-Video-Network-Station" do @author = "Brendan Coles <bcoles@gmail.com>" # 2010-07-20 @version = "0.1" @description = "The Sony SNT-V304 Video Network Station enables video surveillance cameras to be remotely monitored" @website = "http://www.sony.com/" # Manual: http://pdf.textfiles.com/manuals/STARINMANUALS/Sony%20Security/SNT-V304.pdf # 1 Google result for intitle:"Sony SNT-V304 Video Network Station" inurl:hsrindex.shtml @ 2010-07-20 # http://www.hackersforcharity.org/ghdb/?function=detail&id=1553 @matches = [ { text: '<TITLE>SONY SNT-V304 Video Network Station</TITLE>', version: "SNT-V304" }, { text: '<TITLE>SONY Video Network Station</TITLE>' } ] end
Version data entries
6 entries across 6 versions & 1 rubygems