# 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 "Zikula" do @author = "Brendan Coles " # 2010-06-12 @version = "0.1" @description = "Zikula is a Web Application Toolkit, which allows you to run impressive websites and build powerful online applications." @website = "http://zikula.org" # Dorks # @dorks = [ '"Powered by Zikula"' ] # Matches # @matches = [ # # # { name: 'meta generator', text: '' }, { name: 'meta generator de', text: '' }, { name: 'meta generator - full', text: '' }, # Powered by Zikula # Zikula { name: 'powered by community text', text: 'Zikula' }, { name: 'powered by text', text: 'Powered by Zikula' } ] end