Sha256: 25ef34e18c1d834aafdb2cfec7c58a7f80da8db9bee27d1a2230943def26fbc9
Contents?: true
Size: 850 Bytes
Versions: 6
Compression:
Stored size: 850 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 "NetCache-Appliance" do @author = "Brendan Coles <bcoles@gmail.com>" # 2012-03-09 @version = "0.1" @description = "NetCache is a former web cache software product which was owned and developed by NetApp and sold to Blue Coat Systems." @website = "http://www.netapp.com/us/products/netcache.html" # ShodanHQ results as at 2012-03-09 # # 141,128 for netcache netapp # Matches # @matches = [ # Version Detection # HTTP Server Header { search: "headers[server]", version: /^NetCache appliance \(NetApp\/([^\)]+)\)$/ }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems