Sha256: e1c1883bef8834a41e65e271ad2a95bdc526f36bd334b69726d0b0caa0e3c791
Contents?: true
Size: 942 Bytes
Versions: 6
Compression:
Stored size: 942 Bytes
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 "WordFusion" do @author = "Brendan Coles <bcoles@gmail.com>" # 2013-07-25 @version = "0.1" @description = "Zumesoft WordFusion - Enterprise document assembly and automation software" @website = "http://www.zumesoft.com/" # 1 result for intitle:"WordFusion.Web" intext:"Get Microsoft Silverlight" @ 2013-07-25 # Dorks # @dorks = [ 'intitle:"WordFusion.Web" intext:"Get Microsoft Silverlight"' ] # Matches # @matches = [ # Title { regexp: /<head id="Head"><title>\s+WordFusion\.Web\s+\<\/title>/ }, # Silverlight param { text: '<param name="source" value="ClientBin/WordFusion.Web.xap">' }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems