# 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 "sNews" do @author = "Brendan Coles " # 2010-10-14 @version = "0.1" @description = "sNews is a completely free, standards compliant, PHP and MySQL driven Content Management System." @website = "http://www.snewscms.com/" # Google results as at 2010-10-14 # # 326 for "powered by sNews" # Dorks # @dorks = [ '"powered by sNews"' ] @matches = [ # Powered by text { text: '

This site is powered by sNews' }, { text: 'powered by sNews' }, { text: 'Powered by sNews' }, { text: 'Powered by sNews' }, # Meta description { text: '', certainty: 75 }, # Login page # /login/ or admin.php # Default form HTML { text: '

:

:

' }, # Version detection # Meta generator { version: // }, ] end