Sha256: 80bc0530c1b8fbb64e4d9ece5479005cdcca4c7796dd81eac288d156ec20b2f9
Contents?: true
Size: 1.68 KB
Versions: 6
Compression:
Stored size: 1.68 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 "Tradingeye" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-07-13 @version = "0.1" @description = "Tradingeye is a fully-featured web standards compliant Shopping Cart & CMS, built from the ground up with web accessibility and SEO in mind." @website = "http://tradingeye.com/" # Google results as at 2011-07-13 # # 267 for "Powered by Tradingeye" "You are here: Home" # Dorks # @dorks = [ '"Powered by Tradingeye" "You are here: Home"' ] # Matches # @matches = [ # Aggressive # favicon.ico { url: "/favicon.ico", md5: "0ec12e5820517d3b62e56b9a8f1ee5bc" }, { url: "/_assets/img/site/favicon.ico", md5: "0ec12e5820517d3b62e56b9a8f1ee5bc" }, # Powered by text { text: '<p id="credits"><a href="http://www.tradingeye.com/">powered by Tradingeye</a></p>' }, # Meta Author { text: '<meta name="author" content="dpivision.com Ltd" />' }, # p id="breadcrumbs" { certainty: 25, text: '<p id="breadcrumbs">You are here:' }, # HTML Comment { certainty: 25, text: '</div><!-- end body/inner -->' }, # skip to main content { text: '<p id="skip">[<a href="#main">skip to main content</a>]</p>' }, # Version Detection # Admin Page # Title { version: /<title>Tradingeye v([^\s]+) :: Online Admin<\/title>/ }, # Admin Page # th class="login_bg" { text: '<th class="login_bg" colspan="2">Tradingeye Login</th>' }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems