# 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 "Saurus-CMS" do @author = "Brendan Coles " # 2010-06-12 @version = "0.1" @description = "Web publishing system combining daily content management features with site administration and development tools." @website = "http://www.saurus.info/" # Dorks # @dorks = [ '"powered by saurus cms"' ] @matches = [ # About 39,500 results @ 2010-06-12 { name: 'GHDB: "powered by saurus cms"', certainty: 75, ghdb: '"powered by saurus cms"' }, # # { name: 'meta generator', regexp: //i }, # { name: 'default favicon html', text: '' }, # { name: 'meta powered by', text: '' }, { name: 'powered by default', text: '

Saiti jooksutab Saurus CMS | Sisukaart

' }, { name: 'powered by english', text: '

Powered by Saurus CMS | Sitemap

' } ] end