Sha256: 6326e18bcb14c7ea332006e5c23526f63d8019d936f79867ae4a23fc214b669a
Contents?: true
Size: 1.34 KB
Versions: 6
Compression:
Stored size: 1.34 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 "Cartweaver" do @author = "Brendan Coles <bcoles@gmail.com>" # 2010-08-22 @version = "0.1" @description = "Cartweaver is truly as close to Instant e-Commerce as you can get. Now you can have a full-featured, robust, scaleable, ASP shopping cart, ColdFusion shopping cart or PHP shopping cart ready in less time than you can imagine." @website = "http://www.cartweaver.com/" # 41 results for "powered by Cartweaver" @ 2010-08-22 # Dorks # @dorks = [ '"powered by Cartweaver"' ] @matches = [ # Error page text { text: '<title>Cartweaver Error Notice</title>' }, # Admin page { text: ' <h1>Cartweaver© Administration Log In</h1>' }, # Logo HTML { regexp: /<a href="http:\/\/www.cartweaver.com[\/]*"[\ target="_blank"]*>[\s]*<img src="[images\/]*cartweaver[0-9]+x[0-9]+.gif" [^alt]+alt="Powered [B|b]+y Cartweaver"/ }, # Default logos { md5: '772f447bf727f9045aa3440ad30ebd40', url: 'images/cartweaver88x31.gif' }, { md5: 'c69d6a93a877325c6f33f8ee4339ce8f', url: 'images/cartweaver80x15.gif' }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems