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##
7# Version 0.2 # 2016-04-20 # Andrew Horton
8# Moved patterns from passive function to matches[]
9##
10Plugin.define "HeiTel-Digital-Video-Device" do
11author "Brendan Coles <bcoles@gmail.com>" # 2011-03-14
12version "0.2"
13description "HeiTel Digital Video Device - Platform-independent live image transmission and camera remote control via PC, Smartphone and PDA browser "
14website "http://www.heitel.com/en/products/software/web-server/index.html"
15# Data Sheet: http://www.heitel.com/upload/downloads/en/04-data-sheets/english/pr_ws_gb.pdf
16
17# ShodanHQ results as at 2011-03-14 #
18# 1,750 for HeiTel GmbH Web Server
19
20matches [
21
22	{ :regexp=>/^HeiTel GmbH Web Server/, :search=>"headers[server]" },
23	# Version Detection # HTTP Server Header
24	{ :version=>/^HeiTel GmbH Web Server \[V([\d\.]+)\/V([\d\.]+)\/V([\d\.]+)\]$/, :search=>"headers[server]" },
25
26]
27
28end
29
30