# 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
##
# Version 0.2 # 2011-01-10 #
# Updated version detection
##
WhatWeb::Plugin.define "Campsite" do
@author = "Brendan Coles " # 2010-08-15
@version = "0.2"
@description = "Campsite is a multilingual content management system (CMS) for news websites."
@website = "http://www.sourcefabric.org/"
# 28 results for "powered by campsite" @ 2010-08-15
# Dorks #
@dorks = [
'"powered by campsite"'
]
# Matches #
@matches = [
# Powered by image
{ text: '' },
# Powered by text
{ text: 'powered by CAMPSite
' },
{ text: 'powered by Campsite' },
{ text: 'powered by Campsite' },
# Version Detection # Meta generator
{ version: // },
]
end