Sha256: a46149f2db8158e3cb18481eb5f2cbb9e8e54c8ffd5cbc4a19f8654c9b066d4c
Contents?: true
Size: 887 Bytes
Versions: 6
Compression:
Stored size: 887 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 "Iciniti-Store" do @author = "Brendan Coles <bcoles@gmail.com>" # 2012-03-09 @version = "0.1" @description = "Iciniti Store is a highly customizable shopping cart that is fully integrated with the Sage Accpac ERP accounting system." @website = "http://www.iciniti.com" # This plugin requires more matches # Google results as at 2012-03-09 # # 47 for inurl:"logon_forgot_password.aspx" # Dorks # @dorks = [ 'inurl:"logon_forgot_password.aspx"' ] # Matches # @matches = [ # HTML Comment { text: '<!-- START (content_stylesheet.inc) -->' }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems