# 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 "Netious-CMS" do @author = "Brendan Coles " # 2010-08-01 @version = "0.1" @description = "Netious CMS - http://www.netious.com/" # 32 results for "Powered by netious.com" @ 2010-08-08 # Dorks # @dorks = [ '"Powered by netious.com"' ] @matches = [ { text: '    Powered by netious.com' }, { text: '    Powered by netious.com' }, { text: '
Go back to the home page of the service
' }, { text: 'CMS - powered by netious.com' }, { text: '    Powered by netious.com' }, ] end