mirror of
https://github.com/urbanadventurer/WhatWeb
synced 2026-06-21 14:12:19 +00:00
41 lines
1.2 KiB
Ruby
41 lines
1.2 KiB
Ruby
##
|
|
# 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.
|
|
# https://www.morningstarsecurity.com/research/whatweb
|
|
##
|
|
Plugin.define do
|
|
name "EasyConsole-CMS"
|
|
authors [
|
|
"Brendan Coles <bcoles@gmail.com>", # 2011-03-03
|
|
]
|
|
version "0.1"
|
|
description "EasyConsole CMS allows you to manage the content and usage across your Intranet, Extranet or Portal.
|
|
Text, documents, media and virtually any type of information can be securely shared across your organization, your partners or clients through a web-based environment that consistently reflects your branding DNA."
|
|
website "http://www.easyconsole.com/web-content-management.html"
|
|
|
|
# Google results as at 2011-03-03 #
|
|
# 66 for "powered by EasyConsole-CMS" inurl:"easyconsole.cfm" ext:cfm
|
|
|
|
# Dorks #
|
|
dorks [
|
|
'"powered by EasyConsole-CMS" inurl:"easyconsole.cfm" ext:cfm'
|
|
]
|
|
|
|
|
|
|
|
# Matches #
|
|
matches [
|
|
|
|
# GHDB Match
|
|
{ :certainty=>75, :ghdb=>'"Powered by EasyConsole CMS" inurl:"easyconsole.cfm" ext:cfm' },
|
|
|
|
# HTML Comment
|
|
{ :regexp=>/<!-- Powered by EasyConsole CMS, Copyright DW Dynamic Works LTD 2003 - 20[\d]{2} - http:\/\/www.easyconsole.com -->/ },
|
|
|
|
]
|
|
|
|
end
|
|
|
|
|