# 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 "SmodCMS" do @author = "Brendan Coles " # 2010-08-16 @version = "0.1" @description = "SmodCMS" @website = "http://www.smod.pl/" # 13 results for "powered by SmodCMS" @ 2010-08-16 # Dorks # @dorks = [ '"powered by SmodCMS"' ] @matches = [ { text: '' }, { text: '' }, { regexp: /[P|p]+owered by ]+>SmodCMS[\s]*<\/a>/ }, ] end