Sha256: 92c2aa448961d8aa2acfd9444458fb9a317a7a358b0336fcf9eb23f09682a369

Contents?: true

Size: 1 KB

Versions: 6

Compression:

Stored size: 1 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 "eBuilding-Network-Controller" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2013-07-28
  @version = "0.1"
  @description = "Teletrol Systems Inc. - eBuilding Network Controller - web interface - facility automation system - More info: http://www.trademarkia.com/ebuilding-webbased-facility-automation-systems-75885297.html"

  # ShodanHQ results # 2013-07-28
  # 41 for Intrinsyc deviceWEB -PDQ

  # Matches #
  @matches = [

    # Title
    { certainty: 75, text: '<title>eBuilding Web</title>' },

    # /index.html
    { url: "/", md5: "fcfda4be8f50b3312b38966f2864188f" },

    # /center_frame.html # Title
    { text: '<HTML><HEAD><TITLE>eBuilding Network Controller</TITLE><LINK title=global_style ' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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