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 "iScripts-MultiCart" do
8author "Brendan Coles <bcoles@gmail.com>" # 2010-07-11
9version "0.1"
10description "iScripts MultiCart is a multi vendor shopping cart with a single backend."
11website "http://www.iscripts.com/multicart/"
12
13# 110 results for "powered by iScripts MultiCart" @ 2010-07-11
14
15# Dorks #
16dorks [
17'"powered by iScripts MultiCart"'
18]
19
20# Exampels #
21
22
23matches [
24
25{ :regexp=>/Powered by <a href="http:\/\/iscripts.com\/multicart"[\ target="_blank"]*><font color="#[a-zA-Z0-9]{6}"><b>iScripts Multicart<\/b><\/font><\/a>. A premium product from <a href="http:\/\/www.iscripts.com" class="" target="_blank"><font color="#[a-zA-Z0-9]{6}"><b>iScripts.com<\/b><\/font><\/a><\/div>/ },
26
27]
28
29end
30
31