Sha256: 85d7267b5763e1fca953e42fadbc472ba19beefa58c788a7c0a7a78ba6857977
Contents?: true
Size: 1.02 KB
Versions: 6
Compression:
Stored size: 1.02 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 "iScripts-MultiCart" do @author = "Brendan Coles <bcoles@gmail.com>" # 2010-07-11 @version = "0.1" @description = "iScripts MultiCart is a multi vendor shopping cart with a single backend." @website = "http://www.iscripts.com/multicart/" # 110 results for "powered by iScripts MultiCart" @ 2010-07-11 # Dorks # @dorks = [ '"powered by iScripts MultiCart"' ] # Exampels # @matches = [ { 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>/ }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems