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 "CDN-Cache-Server" do
11author "Brendan Coles <bcoles@gmail.com>" # 2011-03-06
12version "0.2"
13description "CDN-Cache-Server"
14
15# ShodanHQ results as at 2011-03-06 #
16# 5,686 for Server: "Cdn Cache Server"
17
18matches [
19	# Server: Cdn Cache Server
20	{:version=>/^Cdn Cache Server V([\d\.]+)/, :search=>"headers[server]"},
21]
22
23end
24
25
26