Sha256: 589376ea00e170fd79c5906cced8544e6bdaa2149d4792e16bab6153f5fd3c85

Contents?: true

Size: 1.06 KB

Versions: 6

Compression:

Stored size: 1.06 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 "RackStar-Server-Appliance-OS" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-11-01
  @version = "0.1"
  @description = "RackStar can be installed on almost any PC platform. That's what makes the RackStar Server Appliance Software so great! Now anyone can host sites! Still got a Cobalt RAQ? No problem! RackStar runs on that too!"
  @website = "http://www.rackstar.net/"

  # 322 ShodanHQ results for www.rackstar.net

  # Matches #
  @matches = [

    # HTTP Server Header
    { search: "headers[server]", regexp: /<A HREF='http:\/\/www.rackstar.net\/' TITLE='This server is powered by the RackStar Server Appliance OS'>RACKSTAR<\/A>/ },

    # HTTP Server Header
    { search: "headers[server]", regexp: /\(<A HREF=http:\/\/www.rackstar.net\/>RACKSTAR<\/A>\)/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/rackstar-server-appliance-os.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/rackstar-server-appliance-os.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/rackstar-server-appliance-os.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/rackstar-server-appliance-os.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/rackstar-server-appliance-os.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/rackstar-server-appliance-os.rb