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-19 # Andrew Horton
8# Moved patterns from passive function to matches[]
9##
10Plugin.define "DataflexViNE-VoIP-IAD" do
11author "Brendan Coles <bcoles@gmail.com>" # 2011-04-11
12version "0.2"
13description "The ViNE range of VoIP ADSL and VoIP SHDSL IADs support both SIP and MGCP protocols depending on the infrastructure and application for VoIP. Remote updates are possible to switch between either VoIP protocols and VoDSL."
14website "http://www.dataflex.com/"
15
16# ShodanHQ results as at 2011-04-11 #
17# 2,609 for DataflexViNE-Webserver
18
19matches [
20	# Version Detection # HTTP Server Header
21	{ :search=>"headers[server]", :version=>/DataflexViNE-Webserver\/([\d\.]+)/ }
22
23]
24
25end
26
27