1##
2# This file is part of WhatWeb and may be subject to
3# redistribution and commercial restrictions. Please see the WhatWeb
4# web site for more information on licensing and terms of use.
5# http://www.morningstarsecurity.com/research/whatweb
6##
7Plugin.define "TomatoCart" do
8author "Brendan Coles <bcoles@gmail.com>" # 2010-09-18
9version "0.1"
10description "Shopping Cart"
11website "http://www.tomatocart.com/"
12
13# 216 results for "powered by TomatoCart" -Vulnerability @ 2010-09-18
14
15
16matches [
17
18# Meta generator
19{ :text=>'<meta name="generator" content="TomatoCart Open Source Shopping Cart Solutions" />' },
20
21# Powered by text
22{ :text=>'Powered by <a href="http://www.tomatocart.com" target="_blank">TomatoCart</a>' },
23
24# Default favicon
25{ :md5=>"600924763aa7af6c968f53e0f6d9e608", :url=>"/templates/glass_gray/images/tomatocart.ico" },
26
27]
28
29end
30
31