Sha256: 0d09fa87b988b4e36598423577bf8e3a6e617ebce9f9a48f28d08dd2d07ce115

Contents?: true

Size: 1.22 KB

Versions: 4

Compression:

Stored size: 1.22 KB

Contents

# 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 "BM-Classifieds" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-08-08
  @version = "0.1"
  @description = "A complete classifieds site ready to run in 15 minutes."
  @website = "http://www.bmscripts.com/"

  # Dorks #
  @dorks = [
    '"powered by BM Classifieds"'
  ]

  # 97 results for "powered by BM Classifieds" @ 2010-08-08

  @matches = [

    { text: '<!-- // All source code on this site © 2007 BM Scripts unless otherwise stated - All Rights Reserved // -->' },
    { text: '<!-- // All source code on this site © 2007 BM Scripts unless otherwise noted - All Rights Reserved // -->' },
    { text: '		<!-- START HEADER TABLE - HOLDS GRAPHIC AND SITE NAME -->' },
    { text: '		<!-- START MAIN TABLE - HOLDS CATEGORIES, MENU, ETC. -->' },
    { text: "	<p class='credits'><a href='http://www.bmscripts.com'>Powered by BM Classifieds</a><br /></p>" },
    { text: "	<p class='credits'>Powered by BM Classifieds<br /></p>" },

  ]
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/bm-classifieds.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/bm-classifieds.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/bm-classifieds.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/bm-classifieds.rb