# 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 "Akiva-WebBoard" do @author = "Brendan Coles " # 2012-01-18 @version = "0.1" @description = "Akiva WebBoard - Online Communities and Enterprise Collaboration" @website = "http://www.akiva.com/default.asp?l=1&id=8" # Google results as at 2012-01-18 # # 590 for "Powered by WebBoard 8" "Log In Options" Username" "Password" # 80 for "Powered by WebBoard 8" # Dorks # @dorks = [ '"Powered by WebBoard 8" "Log In Options" Username" "Password"' ] # Matches # @matches = [ # HTML Comments { text: '' }, { text: '' }, { text: '' }, # Logo HTML { text: 'Powered by WebBoard' }, # Powered by link # Version Detection { version: /Powered by WebBoard ([\d])<\/a>
©20[\d]{2} Akiva Corporation/ }, ] end