Sha256: b0794dcf056f0411d4164f35d19ac97c031f698e19b403145a36670be2e437f4

Contents?: true

Size: 1.2 KB

Versions: 6

Compression:

Stored size: 1.2 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
##
# Version 0.2 # 2016-04-20 # Andrew Horton
# Moved patterns from passive function to matches[]
##
WhatWeb::Plugin.define "Hybrid-Cluster" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-06-07
  @version = "0.2"
  @description = "Hybrid Web Cluster is a software product that sits on top of the infrastructure level to allow your application to run on the cloud without requiring any changes at the application level. It provides commodity web hosting in a distributed and fault-tolerant manner on a cluster of either real physical servers or virtual cloud computing infrastructure server instances."
  @website = "http://www.hybrid-cluster.com/cloud-computing/"

  # More Info #
  # http://en.wikipedia.org/wiki/Hybrid_Web_Cluster

  # ShodanHQ results as at 2011-06-07 #
  # 30 for Hybrid Cluster

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

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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