Sha256: 0d2a676bf8bbc481d5e41d10d13b750114f339aa4189d6f1effa4a8590fe72b1

Contents?: true

Size: 908 Bytes

Versions: 6

Compression:

Stored size: 908 Bytes

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 "TreeNeWS" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-09-18
  @version = "0.1"
  @description = "Probably a 3Com Corporation or Trapeze Networks wireless access point"
  # Any idea what this is? Please contact me

  # ShodanHQ results as at 2011-09-18 #
  # 381 for TreeNeWS

  # Matches #
  @matches = [

    # /vendor.js
    { url: "/vendor.js", string: /var _VENDOR_ = "([^"]+)";/ },
    { url: "/vendor.js", model: /var _OTHER_SYSTEM_MANAGEMENT_NAME_ = '([^']+)';/ },

    # Version Detection # HTTP Server Header
    { search: "headers[server]", version: /^TreeNeWS\/([^\s]+)$/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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