# 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 " @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: '' }, { text: '' }, { search: "headers[set-cookie]", regexp: /3dvisit/ }, ] end