# 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-01-08 # # Updated version detection ## WhatWeb::Plugin.define "bSpeak" do @author = "Brendan Coles " # 2010-08-27 @version = "0.2" @description = "bSpeak is 26th Avenue's threaded message board application. It is full-featured and fast, allowing you to create a community, provide online support, or provide announcements for your website." @website = "http://www.bspeak.com/" # 23 results for "powered by bSpeak" @ 2010-08-27 # Dorks # @dorks = [ '"powered by bSpeak"' ] # Matches # @matches = [ # Default title { text: ' - powered by bSpeak' }, # Version Detection # Powered by text { version: /
Powered by <\/span>bSpeak ([\d\.]+)<\/a><\/div>/ }, ] end