Sha256: 867557796dc51c01cd3feec244361ff2bf55d5311b743c9c81b0109b5b0a6d69

Contents?: true

Size: 1.1 KB

Versions: 6

Compression:

Stored size: 1.1 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 "MivaMerchant" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-07-10
  @version = "0.1"
  @description = "MivaMerchant is a flexible and powerful eCommerce software that help businesses set up a professional online store, shopping cart system, secure checkout, and more."
  @website = "http://www.mivamerchant.com/"

  # ShodanHQ results as at 2012-06-26 #
  # 1,299 for htscallerid

  # Google results as at 2012-06-26 #
  # 654 for inurl:merchant.mvc ext:mvc

  # Dorks #
  @dorks = [
    'inurl:merchant.mvc ext:mvc'
  ]

  # Matches #
  @matches = [

    # div id="mmcategorytree"
    { text: '<div id="mmcategorytree">' },

    # inurl:merchant.mvc filetype:mvc
    { ghdb: 'inurl:merchant.mvc filetype:mvc' },

    # Set-Cookie # htscallerid
    { search: "headers[set-cookie]", regexp: /htscallerid=/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/mivamerchant.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/mivamerchant.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/mivamerchant.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/mivamerchant.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/mivamerchant.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/mivamerchant.rb