Sha256: 7ece56978a41fcac682bcda54a1eb9de5bac857dcabb1e736fa3bc32d4de0d95

Contents?: true

Size: 770 Bytes

Versions: 6

Compression:

Stored size: 770 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 "TinyBB" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-04-17
  @version = "0.1"
  @description = "TinyBB is a free, simple bulletin board script."
  @website = "http://tinybb.net/"

  # Google results as at 2011-04-17 #
  # 41 for "Proudly powered by TinyBB"

  # Dorks #
  @dorks = [
    '"Proudly powered by TinyBB"'
  ]

  # Matches #
  @matches = [

    # Powered by link
    { text: "Proudly powered by <a href='http://tinybb.net'>TinyBB</a>" },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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