Sha256: 34dce02d5f0f6495abcd7a471808eab67f00b4d4bd886ca451940c9cc4e76aa4

Contents?: true

Size: 1.04 KB

Versions: 6

Compression:

Stored size: 1.04 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
##
# Version 0.2 # 2011-02-19 #
# Updated version detection
##
WhatWeb::Plugin.define "WhiteBoard" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-08-15
  @version = "0.2"
  @description = "WhiteBoard is a fast, powerful, and free open source discussion board solution."
  @website = "http://sarosoftware.com/"

  # Google rsults as at 2010-08-15 #
  # 21 for "powered by Whiteboard"

  # Matches #
  @matches = [

    # Copyright text
    { text: '			&copy; <a href="http://www.powerwd.com">SaroSoftware</a><br />', certainty: 75 },

    # Version Detection # Powered by text
    { version: /Powered By WhiteBoard ([\d\.]+)<br \/>/ },

    # Version Detection # Powered by text HTML
    { version: /Powered By WhiteBoard <span id="version">([\d\.]+)<\/span><br \/>/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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