mirror of
https://github.com/urbanadventurer/WhatWeb
synced 2026-06-21 14:12:19 +00:00
38 lines
1.0 KiB
Ruby
38 lines
1.0 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://morningstarsecurity.com/research/whatweb
|
|
##
|
|
Plugin.define do
|
|
name "Video-CMS"
|
|
authors [
|
|
"Brendan Coles <bcoles@gmail.com>", # 2011-03-03
|
|
]
|
|
version "0.1"
|
|
description "Video CMS is the ultimate online video content publishing tool for professional webmasters. Whether you want to create a informational video website, video tutorial website, video sharing website, paid video service, or simply to develop your unique idea, Video CMS will help you do exactly that."
|
|
website "http://www.codemight.com/"
|
|
|
|
# Google results as at 2011-03-03 #
|
|
# 60 for "powered by Video CMS"
|
|
|
|
# Dorks #
|
|
dorks [
|
|
'"powered by Video CMS"'
|
|
]
|
|
|
|
|
|
|
|
# Matches #
|
|
matches [
|
|
|
|
# Powered by text
|
|
{ :text=>'<p style="color:#aaaaaa;text-align:center">Powered by <a style="color:#aaaaaa" href="http://www.codemight.com" target="_blank">Video CMS</a><br /><br /></p></body>' },
|
|
|
|
|
|
]
|
|
|
|
end
|
|
|
|
|