Sha256: 3cf9171a7d05011412c5457c109428f62f56c0897908d87c6e765ad34d5e010b

Contents?: true

Size: 1.29 KB

Versions: 6

Compression:

Stored size: 1.29 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 "TimeLive" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-09-29
  @version = "0.1"
  @description = "TimeLive Time and Expense Tracking - TimeLive Web timesheet suite is an integrated suite for time record, time tracking and time billing software."
  @website = "http://www.livetecs.com/"

  # Google results as at 2011-09-29 #
  # 19 for intitle:"TimeLive" "TimeLive LogIn" +Username +Password

  # Dorks #
  @dorks = [
    'intitle:"TimeLive" "TimeLive LogIn" "Username" "Password"'
  ]

  # Matches #
  @matches = [

    # Logo HTML
    { text: '<img id="CtlLogin1_Login1_imgCompanyOwnLogo" src="Images/TopHeader.jpg" alt="CompanyLogo" style="height:50px;border-width:0px;" /></td>' },

    # Year Detection
    { string: /<span id="CtlLogin1_Login1_Label1">Copyright .{1,2} 2007 - (20[\d]{2}) Livetecs LLC\. All rights reserved\.<\/span>/ },

    # Version Detection
    { version: /<td style="width: 15%" align=right>[\s]+<span id="CtlLogin1_Login1_VersionLabel">v ([^<^\s]+)<\/span><\/td>/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/timelive.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/timelive.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/timelive.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/timelive.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/timelive.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/timelive.rb