Sha256: e0831750019d46dd10ce8cbdc62696296f7ede0bb9ee1098f18dde9fb434c044

Contents?: true

Size: 1.48 KB

Versions: 6

Compression:

Stored size: 1.48 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-24 #
# Updated version detection
##
WhatWeb::Plugin.define "Team-Board" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-07-25
  @version = "0.2"
  @description = "Team Board forum [Chinese]"
  @website = "http://www.team5.cn/"
  # Default Login: admin/123

  # Google results as at 2010-07-25 #
  # 215 for "team5 studio all rights reserved" site:cn

  # Dorks #
  @dorks = [
    '"team5 studio all rights reserved" site:cn'
  ]

  # Matches #
  @matches = [

    # Meta Copyright
    { regexp: /<meta name="copyright" content="Copyright [0-9]{4}-[0-9]{4} - TEAM5.cn By DayMoon" \/>/ },

    # Version Detection # Powered By HTML

    { version: /[\s]+Powered by <a target=_blank 	href=http:\/\/www.team5.cn><b>TEAM ([\d\.]+) Release<\/b><\/a> - <a href=Licence.asp><b style='color:#FF9900'>ACC<\/b><\/a> &copy; [0-9]{4} Team5 Studio All rights reserved/ },

    { version: /Powered by <a target=_blank[\s]+href=http:\/\/www.team5.cn><b>TEAM ([\d\.]+)<\/b><\/a>/ },

    { version: /[\s]+Powered by <a target="_blank" href="http:\/\/www.team5.cn"><b>TEAM ([\d\.]+) Release<\/b><\/a> - <a href="Licence.asp"><b style='color:#FF9900'>SQL<\/b><\/a> &copy; [0-9]{4} Team5 Studio All rights reserved/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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