Sha256: ab9a51462f21a83c90d7ee1e5b0a819a3519b69bccc396f05126191f944abd4a
Contents?: true
Size: 752 Bytes
Versions: 6
Compression:
Stored size: 752 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 "Mongrel" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-09-15 @version = "0.1" @description = "Mongrel is an open-source HTTP library and web server written in Ruby." @website = "http://rubyforge.org/projects/mongrel/" # ShodanHQ results as at 2011-03-13 # # 5,815 for Mongrel # Matches # @matches = [ # Version Detection # HTTP Server Header { search: "headers[server]", version: /^Mongrel ([\d][^\s]+)/ }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems