"Fossies" - the Fresh Open Source Software Archive 
Member "WhatWeb-0.5.5/plugins/abyss-web-server.rb" (15 Jan 2021, 752 Bytes) of package /linux/www/WhatWeb-0.5.5.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Ruby source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
1 ##
2 # This file is part of WhatWeb and may be subject to
3 # redistribution and commercial restrictions. Please see the WhatWeb
4 # web site for more information on licensing and terms of use.
5 # https://www.morningstarsecurity.com/research/whatweb
6 ##
7 Plugin.define do
8 name "Abyss-Web-Server"
9 authors [
10 "Brendan Coles <bcoles@gmail.com>", # 2011-04-08
11 "Andrew Horton", # v0.2 # 2016-04-18 # Replaced passive function with match.
12 ]
13 version "0.2"
14 description "Abyss Web Server is a compact web server available for Windows, Mac OS X, Linux, and FreeBSD operating systems."
15 website "http://www.aprelium.com/abyssws/"
16
17 # ShodanHQ results as at 2011-04-08 #
18 # 4,097 for Abyss
19
20 matches [
21 { :version=>/^Abyss\/([^\s]+)/, :search=>"headers[server]" }
22 ]
23
24 end
25