# 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 "MyBB" do @author = "Brendan Coles " # 2011-02-26 @version = "0.1" @description = "MyBB is a powerful, efficient and free forum package developed in PHP and MySQL. MyBB has been designed with the end users in mind, you and your subscribers. Full control over your discussion system is presented right at the tip of your fingers, from multiple styles and themes to the ultimate customization of your forums using the template system." @website = "http://mybb.com/" # Google results as at 2011-02-26 # # 289 for "Powered By MyBB" # Dorks # @dorks = [ '"Powered By MyBB"' ] # Matches # @matches = [ # HTML Comments { text: ' MyBB<\/a>, © 2002-20[\d]{2} MyBB Group<\/a>./ }, # Simple powered by text { text: 'Powered By MyBB' }, ] end