Sha256: acb6d761587ce53b276de2632b2f4aedad70370308d4864c72ca746df5cea341
Contents?: true
Size: 774 Bytes
Versions: 6
Compression:
Stored size: 774 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 "Xavante" do @author = "Brendan Coles <bcoles@gmail.com>" # 2012-08-26 @version = "0.1" @description = "Xavante is a Lua HTTP 1.1 Web server that uses a modular architecture based on URI mapped handlers." @website = "http://keplerproject.github.com/xavante/" # ShodanHQ results as at 2012-08-26 # # 143 for Xavante # Matches # @matches = [ # Version Detection # HTTP Server Header { search: "headers[server]", version: /^Xavante (.+)$/ }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems