Sha256: 6fa5acda53f53e7490ec2c399d2b978c088c86cccb6b194af5e7c118c1f95c52
Contents?: true
Size: 1.34 KB
Versions: 6
Compression:
Stored size: 1.34 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 "TraceWatch" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-03-24 @version = "0.1" @description = "TraceWatch Real Time Web Stats and Traffic Analysis Lets you keep track of the visitors to your website in real time with detailed statistics and deep analysis using an innovative user interface for FREE and helps you make your website more effective. Can be easily installed on any website supporting PHP and MySQL." @website = "http://www.tracewatch.com/" # Google results as at 2011-03-24 # # 30 for "TraceWatch" "Website Statistics and Traffic Analysis Software" +author # Dorks # @dorks = [ '"TraceWatch" "Website Statistics and Traffic Analysis Software" "author"' ] # Matches # @matches = [ # h1 Heading { text: '<h1 class="main"><a href="http://www.tracewatch.com/"><img alt="TraceWatch" title="TraceWatch" src="./base/img/tracewatch' }, # Version Detection # Copyright Footer { version: /<a href="http:\/\/www\.tracewatch\.com\/">TraceWatch<\/a> V?([^\s]+) Copyright ©2004-20[\d]{2} Arash Dejkam/ }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems