## # 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 ## Plugin.define "Bulletlink-Newspaper-Template" do author "Brendan Coles " # 2011-09-13 version "0.1" description "Ready-to-use online newspaper templates" website "http://bulletlink.com/" # Google results as at 2011-09-13 # # 252 for allinurl:target_form.asp?pform= # 204 for "powered by bulletlink.com" # Dorks # dorks [ 'allinurl:target_form.asp?pform=', '"powered by bulletlink.com"' ] # Matches # matches [ # Powered by footer { :text=>'

{ powered by bulletlink.com }

' }, # StyleSheet { :certainty=>75, :text=>'' }, # Copyright { :text=>'' }, ] end