# 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 "Cogent-DataHub" do @author = "Brendan Coles " # 2011-09-15 @version = "0.1" @description = "Cogent DataHub - real-time data monitoring. DataHub WebView is a Silverlight application" @website = "http://www.cogentdatahub.com/" # Matches # @matches = [ # The filename may contain a datestamp in the form of YYMMDD? # /images/071213_Welcome.gif # {:url=>"/images/071213_Welcome.gif", :md5=>"6f0d4abcdc79b735ea4b3db4db1c0751"}, # /images/110324_Welcome.png # {:url=>"/images/110324_Welcome.png", :md5=>"4c2255e141e04e196f534b89956a6635"}, # /images/Cogent.gif { url: "/images/Cogent.gif", md5: "c8f57d665418321b0248c22cd65efaff" }, # /scripts/livedata.js # JavaScript { url: "/scripts/livedata.js", text: 'timerID = setTimeout ("DataHubConnection.updateTimer()", this.timerTick);' }, # StyleSheet { text: '' }, # Logo { text: '' }, # HTML Comment { text: '' }, ] end