1# coding: ascii-8bit
2##
3# This file is part of WhatWeb and may be subject to
4# redistribution and commercial restrictions. Please see the WhatWeb
5# web site for more information on licensing and terms of use.
6# http://www.morningstarsecurity.com/research/whatweb
7##
8Plugin.define "BM-Classifieds" do
9author "Brendan Coles <bcoles@gmail.com>" # 2010-08-08
10version "0.1"
11description "A complete classifieds site ready to run in 15 minutes."
12website "http://www.bmscripts.com/"
13
14# Dorks #
15dorks [
16'"powered by BM Classifieds"'
17]
18
19# 97 results for "powered by BM Classifieds" @ 2010-08-08
20
21
22matches [
23
24{ :text=>'<!-- // All source code on this site © 2007 BM Scripts unless otherwise stated - All Rights Reserved // -->' },
25{ :text=>'<!-- // All source code on this site © 2007 BM Scripts unless otherwise noted - All Rights Reserved // -->' },
26{ :text=>'		<!-- START HEADER TABLE - HOLDS GRAPHIC AND SITE NAME -->' },
27{ :text=>'		<!-- START MAIN TABLE - HOLDS CATEGORIES, MENU, ETC. -->' },
28{ :text=>"	<p class='credits'><a href='http://www.bmscripts.com'>Powered by BM Classifieds</a><br /></p>" },
29{ :text=>"	<p class='credits'>Powered by BM Classifieds<br /></p>" },
30
31]
32
33end
34
35