# 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 "Video-CMS" do @author = "Brendan Coles " # 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: '

Powered by Video CMS

' }, ] end