Sha256: 7748cf1163e92d0d01c172c026e1b8f34f56a220218601d36c8c14b6b2a8d7fe
Contents?: true
Size: 893 Bytes
Versions: 2
Compression:
Stored size: 893 Bytes
Contents
# coding: ascii-8bit # 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 "Fidion-CMS" do @author = "Brendan Coles <bcoles@gmail.com>" # 2010-09-12 @version = "0.1" @description = "CMS" @website = "http://www.fidion.de/" # 14 results for "powered by FCMS Copyright" @ 2010-09-12 # Dorks # @dorks = [ '"powered by FCMS Copyright"' ] # Matches # @matches = [ # HTML Comment { text: '<!-- ================== This site is powered by: ==================== -->' }, { text: '<!-- | fCMS by fidion GmbH, Wüg. http://www.fidion.de | -->' }, { text: '<!-- fCMS-Template head.tpl begins -->' }, ] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_whatweb-0.2.0 | lib/whatweb/plugins/fidion-cms.rb |
simple_whatweb-0.1.0 | lib/whatweb/plugins/fidion-cms.rb |