1##
2# This file is part of WhatWeb and may be subject to
3# redistribution and commercial restrictions. Please see the WhatWeb
4# web site for more information on licensing and terms of use.
5# http://www.morningstarsecurity.com/research/whatweb
6##
7Plugin.define "Sony-Video-Network-Station" do
8author "Brendan Coles <bcoles@gmail.com>" # 2010-07-20
9version "0.1"
10description "The Sony SNT-V304 Video Network Station enables video surveillance cameras to be remotely monitored"
11website "http://www.sony.com/"
12# Manual: http://pdf.textfiles.com/manuals/STARINMANUALS/Sony%20Security/SNT-V304.pdf
13
14# 1 Google result for intitle:"Sony SNT-V304 Video Network Station" inurl:hsrindex.shtml @ 2010-07-20
15# http://www.hackersforcharity.org/ghdb/?function=detail&id=1553
16
17
18matches [
19
20{ :text=>'<TITLE>SONY SNT-V304 Video Network Station</TITLE>', :version=>"SNT-V304" },
21{ :text=>'<TITLE>SONY Video Network Station</TITLE>' }
22
23]
24
25
26end
27
28