Sha256: e8bcad9e2436a690088fd99af8f98fe27765a58ea246c1239e8d7e384ac10367

Contents?: true

Size: 1.03 KB

Versions: 6

Compression:

Stored size: 1.03 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 "Calypso-ION-8r-Device" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-11-16
  @version = "0.1"
  @description = "The ION-8r is a networked device controller with 8 individual contact relays and a single RS-232 port. Like all Calypso controllers, the ION-8r uses an on-board event database to speed and ease control logic definition, with little training and no code-writing. - Homepage [offline]: http://www.calypsosystems.com/"

  # Matches #
  @matches = [

    # Title
    { certainty: 75, text: '<title>Calypso ION-8r Device</title>' },

    # Menu option
    { text: '<li><a href="/A/cfg/entercmd.stm">Enter Command</a></li>' },

    # WWW-Authenticate
    { search: "headers[www-authenticate]", text: "Calypso ION8r Device" },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/calypso-ion-8r-device.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/calypso-ion-8r-device.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/calypso-ion-8r-device.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/calypso-ion-8r-device.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/calypso-ion-8r-device.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/calypso-ion-8r-device.rb