# 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 # # Updated regex and version detection ## WhatWeb::Plugin.define "Allinta-CMS" do @author = "Brendan Coles " # 2010-08-15 @version = "0.2" @description = "Allinta - easy to use ASP CMS (Content Management System) - professional features & superior value." @website = "http://www.allinta.com/" # Dorks # @dorks = [ '"powered by allinta CMS"' ] # 31 results for "powered by allinta CMS" @ 2010-08-15 @matches = [ # Default CSS HTML { regexp: / / }, { regexp: / / }, # Powered by text { text: ' Powered by allinta CMS' }, # Default logo HTML { regexp: /]*alt="Powered by Allinta CMS"/ }, # Default image HTML { regexp: // }, # Admin page # Default title { text: 'allinta.com- aCMS Content Manager' }, # Version detection # HTML comment { version: // }, ] end