Sha256: 2ec57f08742aef51abcddb29b4a7abecca47674e10fd13578d9320ee1dd668e3

Contents?: true

Size: 858 Bytes

Versions: 6

Compression:

Stored size: 858 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
##
# Version 0.2 Andrew Horton
# Added website parameter
##
# 2014-11-04 # Napz
##
WhatWeb::Plugin.define "3dcart" do
  @author = "Napz <napzs@rocketmail.com>"
  @version = "0.2"
  @description = "3dcart - The 3dcart Shopping Cart Software is a complete ecommerce solution for anyone."
  @website = "http://www.3dcart.com/"

  # Dorks #
  @dorks = [
    '"powered by 3dcart"'
  ]

  # Matches #
  @matches = [

    # HTML Comment
    { text: '<!--START: 3dcart stats-->' },

    { text: '<!--END: 3dcart stats-->' },

    { search: "headers[set-cookie]", regexp: /3dvisit/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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