Sha256: 293e8fe7384b0648967b11b326af9f44e7a6b3e71ec8b5336864958877429502
Contents?: true
Size: 1.28 KB
Versions: 6
Compression:
Stored size: 1.28 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 "ASPilot-Cart" do @author = "Brendan Coles <bcoles@gmail.com>" # 2010-11-08 @version = "0.1" @description = "Before you spend thousands on an E-Commerce site, check out our feature rich web site and e-commerce/shopping cart solution. The power of Enterprise, the simplicity of basic carts & the usefulness you expect." @website = "http://www.pilotcart.com/" # Google results as at 2010-11-08 # # 51 for "Powered by Pilot Cart V" -vulnerabilities # Dorks # @dorks = [ '"Powered by Pilot Cart V" -vulnerabilities' ] @matches = [ # Copyright text { regexp: /<meta name="copyright" content="Pilot Cart, Copyright 2003-[0-9]{4} Scarab Media dba ASPilot.com - All Rights Reserved Worldwide.">/ }, # Version Detection # Powered by text { version: /<a[^>]*href="http:\/\/www.PilotCart.com[^>]*>Powered by Pilot[^>]*Cart V.[\s]*([\d\.]+)<\/a>/i }, { version: /Powered By[^<]*<a[^>]*href="http:\/\/www.aspilot.com[^>]*>Pilot[^>]*Cart V.[\s]*([\d\.]+)<\/a>/i }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems