Sha256: 726ac93558b5868187aa6c74485177e20cd615a3f48c2fe653e07cce14ad1af3
Contents?: true
Size: 947 Bytes
Versions: 6
Compression:
Stored size: 947 Bytes
Contents
# 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 "HoloCMS" do @author = "Brendan Coles <bcoles@gmail.com>" # 2010-10-14 @version = "0.1" @description = "HoloCMS. Requires PHP." # 44 results for "powered by HoloCMS" +Meth0d @ 2010-10-14 # Dorks # @dorks = [ '"powered by HoloCMS" "Meth0d"' ] # Matches # @matches = [ # Version detection # Meta generator { version: /<meta name="build" content="([^\ ]+) - [^-]+- HoloCMS" \/>/ }, # Default HTML { text: '<div id="remember-me-notification" class="bottom-bubble" style="display:none;">' }, # Powered by text { regexp: /^Powered by HoloCMS ©[;]* 2008 Meth0d & Parts by Yifan, sisija/ }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems