# 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 ## # Version 0.2 # 2016-04-17 # Andrew Horton # Added website parameter ## WhatWeb::Plugin.define "Macs-CMS" do @author = "Brendan Coles " # 2010-09-18 @version = "0.2" @description = "Mac's CMS is a Open Source, Flat-File AJAX CMS built using PHP 5 and was tested and run's perfectly on both IIS and APACHE." @website = "http://macs-framework.sourceforge.net/" # 6 results for "Site Powered by Mac's PHP MVC Framework" @ 2010-09-18 @matches = [ # Default title { text: "Mac's CMS - Admin Login" }, # HTML comment { text: ' ' }, # Powered by text { text: 'Site Powered by Mac\'s PHP MVC Framework Framework of the future
' }, ] end