Sha256: 282be0be81c49b3c9d4555b4bc0527ad3e1393d80815408b3e5d77d184693a40
Contents?: true
Size: 1.14 KB
Versions: 6
Compression:
Stored size: 1.14 KB
Contents
# 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 "Daffodil-CRM" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-04-02 @version = "0.1" @description = "Daffodil CRM is a software that enables seamless coordination between sales, marketing, customer service, field support and other functions that handle customer contact for an enterprise." @website = "http://crm.daffodilsw.com/" # Google results as at 2011-04-02 # # 3 for "Daffodil" inurl:app=forgot_passwd # Dorks # @dorks = [ '"Daffodil" inurl:app=forgot_passwd' ] # Matches # @matches = [ # Powered/Developed by text { text: '<div id="right_footer">Powered by Daffodil Software Ltd</div>' }, { text: '<div id="right_footer">Design & Development by Daffodil Software Ltd</div>' }, # Forgot password link { regexp: / href="\?app=forgot_passwd&cmd=passwd_send">[^>]*Forgot Password\?<\/a><\/td>/ }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems