Sha256: 3703ad2af0744cc73dddc5f58468b12958fd550c32e18e40f267030a654d5ce8

Contents?: true

Size: 1.04 KB

Versions: 6

Compression:

Stored size: 1.04 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.3 # 2016-04-19 # Andrew Horton
# Replaced passive function with match
##
# Version 0.3 # 2011-01-08 #
# Updated HTTP Server Header match
##
WhatWeb::Plugin.define "Boa-WebServer" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-10-26
  @version = "0.2"
  @description = "Boa Webserver - Do You Feel the Need for Speed? Boa currently seems to be the favorite web server in the embedded crowd, and embedded Linux, despite all the marketing hype, really is a big deal. Supposedly, an older version of Boa, v0.92q, runs in 32K address space on m68k, like used in uCLinux."
  @website = "http://www.boa.org/"

  # About 176872 ShodanHQ results for "server: boa" @ 2010-10-26

  @matches = [

    { version: /^[\s]*Boa\/([^\s^\r^\n]+)/, search: "headers[server]" },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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