Sha256: c40d75566a9eb54a75cbd36b0d842de86b32dda18dc6d679def3118d0b19ff3a

Contents?: true

Size: 598 Bytes

Versions: 6

Compression:

Stored size: 598 Bytes

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 "dwr" do
  @author = "Aung Khant <http://yehg.net/>" # 2012-02-12
  @version = "0.1"
  @description = "Direct Web Remoting - http://directwebremoting.org"

  # Matches #
  @matches = [
    { name: 'HTML Body', text: '/dwr/engine.js\'>' },
    { name: 'HTML Body', text: '/dwr/engine.js">' }
  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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