Sha256: bbf8bf3f5aa98c4f27e130649c9f7dbdf8ba2e5c73f4ac442c855c5dba0dea7c
Contents?: true
Size: 743 Bytes
Versions: 6
Compression:
Stored size: 743 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 "Siemens-Router" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-11-22 @version = "0.1" @description = "Siemens Router" @website = "https://www.siemens.com/" # ShodanHQ results as at 2011-11-22 # # 5,120 for Siemens ADSL # Matches # @matches = [ # HTTP Header # WWW-Authenticate # Model Detection { search: "headers[www-authenticate]", model: /Basic realm="Siemens ADSL ([^"^\s]+)"/, certainty: 75 }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems