File: zen-cart.rb

package info (click to toggle)
whatweb 0.4.8~git20120606-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,956 kB
  • sloc: ruby: 53,738; sh: 577; makefile: 34
file content (79 lines) | stat: -rw-r--r-- 2,605 bytes parent folder | download
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
##
# 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 #
# Updated matches and removed ghdb match
##
Plugin.define "Zen-Cart" do
author "Brendan Coles <bcoles@gmail.com>" # 2010-06-01 
version "0.2"
description "Zen Cart. truly is the art of e-commerce; free, user-friendly, open source shopping cart software. - homepage:http://www.zen-cart.com/"

# Find more shops here: http://www.zen-cart.com/index.php?main_page=showcase

# Google results as at 2011-04-15 #
# 361 for "Powered by Zen Cart!, The Art of E-commerce"

# Dorks #
dorks [
'"Powered by Zen Cart!, The Art of E-commerce"'
]

# Examples #
examples %w|
http://demo.opensourcecms.com/zencart/
http://www.livedemo.com/scripts/zencart/
http://www.flagshipmodels.com/zencart/
http://www.zencartassist.com.au/
http://doreenvirtuellc.com/
http://tarotconnection.net/shop/
http://www.lacedshop.com/
http://www.cherryzen.sagefish.com/
http://www.thewebguys.org/photoshop/
http://gear.medeek.com/
http://www.bebestshopping.com/
http://www.infant-headbands.com/
http://www.curiouscountrycreations.com/
http://www.hijoyce.com/
http://ukdiscountsuperstore.co.uk/shop/
http://www.dressandtux.com/
http://www.paulsadventures.ca/geocart/
http://bacoswineshop.com/
http://www.lovescosmetics.com/
http://www.ambulanceparts.co.uk/catalog
http://www.dnk-communications.com/
http://www.bordz.net/shopping
http://www.davidfreelandopals.com/
http://www.sassyyou.co.uk/
http://www.audiofanatic101.com/
http://www.shoeskingdom.info/
|

# <meta name="author" content="The Zen Cart&trade; Team and others" />
# <meta name="generator" content="shopping cart program by Zen Cart&trade;, http://www.zen-cart.com eCommerce" />
# <meta name="generator" content="shopping cart program by Zen Cart&trade;, http://www.zen-cart.com" /> 

matches [

# About 31,400,000 results for +intitle:"Powered by Zen Cart!, The Art of E-commerce" @ 2010-06-01

# Default title
{ :text=>"Powered by Zen Cart!, The Art of E-commerce</title>" },

# According to the Zen Cart rules: "You must have the reciprocal link - Powered by Zen Cart in the footer."  
{ :text=>'Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>' },

# Default meta authors
{ :text=>'<meta name="authors" content="The Zen Cart&trade; Team and others' },

# Meta generator
{ :text=>'<meta name="generator" content="shopping cart program by Zen Cart&trade;, http://www.zen-cart.com' },

]

end