Sha256: 09fa407c6b3ff03248d17f4b9af76a7969c38be6767482671ae7b19aed78a18e

Contents?: true

Size: 1.12 KB

Versions: 6

Compression:

Stored size: 1.12 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 "Lotus-Notes-Traveler" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-07-22
  @version = "0.1"
  @description = "IBM Lotus Notes Traveler is a push email solution providing quick access to email, calendar, address book, journal, and to-do list for Lotus Notes mobile users."
  @website = "https://www-01.ibm.com/software/lotus/products/notes/traveler.html"

  # ShodanHQ results as at 2012-07-22 #
  # 107 for Lotus Notes Traveler

  # Matches #
  @matches = [

    # WWW-Authenticate # Lotus Notes Traveler
    { search: "headers[www-authenticate]", string: /^Basic realm="Lotus Notes Traveler \(([^\)]+)\)"$/ },

    # 401 # Unauthorized
    { status: 401, text: '<HTML><HEAD><TITLE>Unable to Process Request</TITLE></HEAD><BODY><P>Servlet Status Code: 401</P><P>Servlet Status Message: Unauthorized</P></BODY></HTML>' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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