Sha256: 16caa28b2db58f6f664d351b2bbe3ca8e04e9b1bb5b4d4d70b845ebbf22725c4

Contents?: true

Size: 1.09 KB

Versions: 6

Compression:

Stored size: 1.09 KB

Contents

# frozen_string_literal: true

##
# This file is part of WhatWeb and may be subject to
# redistribution and commercial restrictions. Please see the WhatWeb
# web site for more information on licensing and terms of use.
# http://www.morningstarsecurity.com/research/whatweb
##
WhatWeb::Plugin.define "WebDVR" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-07-20
  @version = "0.1"
  @description = "Digital video recording system web fronend"

  # 125 Google results for intitle:"WEBDVR" -ext:php -ext:html -ext:asp @ 2010-07-20
  # http://www.hackersforcharity.org/ghdb/?function=detail&id=1352

  @matches = [

    { text: '<title>WebDVR</title>' },

    { text: '<TITLE>WEBDVR</TITLE>' },

    { 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.");' },

    { text: '		alert("DirectDraw Video acceleration will be enabled if your VGA card supports Microsoft DirectX 8.1 or later.");' },

    { text: '		window.location="webdvr.html";' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/webdvr.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/webdvr.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/webdvr.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/webdvr.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/webdvr.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/webdvr.rb