Sha256: 332e5becc8d53655a63f8c42b3c436cc9b4687589ef070c9300e99b8c3d8fbb3
Contents?: true
Size: 863 Bytes
Versions: 6
Compression:
Stored size: 863 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 "BlackJumboDog" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-03-13 @version = "0.1" @description = "SapporoWorks BlackJumboDog provides server functions (HTTP, FTP, etc)" @website = "http://www.spw02.sakura.ne.jp/spw/" # ShodanHQ results as at 2011-03-13 # # 453 for BlackJumboDog # Most results are from Japan # Matches # @matches = [ # HTTP Server Header { search: "headers[server]", regexp: /^BlackJumboDog$/ }, # Version Detection { search: "headers[server]", version: /^BlackJumboDog Version (.+)$/ }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems