# 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 "Battle-Blog" do @author = "Brendan Coles " # 2010-08-26 @version = "0.1" @description = "Battle Blog is a Fun Debate and Resolution Tool" @website = "http://www.davethewebguy.com/battleblog/" # 12 results for "Powered by Battle Blog" -"Google dork" @ 2010-08-26 # 4 results inurl:vote.asp vtype=entry grade=promote @ 2010-08-26 # More examples at http://www.davethewebguy.com/battleblog/c_bbdirectory.asp @matches = [ # Powered by text { text: '

Powered by Battle Blog' }, # Admin page { text: 'Battle Blog Login ' }, { text: '
' }, { text: '' }, ] end