Sha256: e999719717d04994a509536e2e059540129a1ed0630b1201be9600e0c3d4762b
Contents?: true
Size: 903 Bytes
Versions: 6
Compression:
Stored size: 903 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 "Inktomi-Search" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-08-20 @version = "0.1" @description = "Inktomi Search engine" @website = "http://www.inktomi.com/products/search/" # ShodanHQ results as at 2011-08-20 # # 20 for Inktomi # Matches # @matches = [ # Version Detection # HTTP Server Header { search: "headers[server]", version: /^Inktomi Search ([^\s]+)$/ }, # Version Detection # /util/badkey.html { url: "/util/badkey.html", version: /<font size="\+1"><b>License Key Problems<\/b><\/font><br>[\s]+<b>Inktomi Search ([^<^\s]+)<\/b><br>/ }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems