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 "4D" do
8author "Brendan Coles <bcoles@gmail.com>" # 2011-04-11
9version "0.1"
10description "4D web application deployment server"
11website "Homepage: http://www.4d.com/products.html"
12
13# ShodanHQ results as at 2011-04-11 #
14# 431 for 4D_v11_SQL
15
16# Matches #
17matches [
18
19# Version Detection # HTTP Server Header
20{ :search=>"headers[server]", :version=>/^4D_v[\d]{1,2}(_SQL)?\/([\d\.]+)$/, :offset=>1 },
21
22]
23
24end
25
26