1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
##
# 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
##
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
|