# 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 "phpGreetCards" do @author = "Brendan Coles " # 2010-08-01 @version = "0.1" @description = "PHP greeting card mailer" @website = "http://www.w2b.ru/webapplications/index.php" # Dorks # @dorks = [ '"Powered by phpGreetCards"' ] # Matches # @matches = [ # Powered by text { text: 'Powered by phpGreetCards, ' }, { text: 'Powered by phpGreetCards, ' }, ] end