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 "WebDVR" do
8author "Brendan Coles <bcoles@gmail.com>" # 2010-07-20
9version "0.1"
10description "Digital video recording system web fronend"
11
12# 125 Google results for intitle:"WEBDVR" -ext:php -ext:html -ext:asp @ 2010-07-20
13# http://www.hackersforcharity.org/ghdb/?function=detail&id=1352
14
15
16matches [
17
18{ :text=>'<title>WebDVR</title>' },
19
20{ :text=>'<TITLE>WEBDVR</TITLE>' },
21
22{ :text=>'		alert("Direct Draw Overlay Mode: It is faster than GDI but only available on ATI Video Card and requires Direct 7 or above.\nIf you have other video cards than ATI, you shouldn\'t use this mode.");' },
23
24{ :text=>'		alert("DirectDraw Video acceleration will be enabled if your VGA card supports Microsoft DirectX 8.1 or later.");' },
25
26{ :text=>'		window.location="webdvr.html";' },
27
28]
29
30
31end
32
33