Sha256: 8bfa360fa28205ef30324f149417e39ab1aea4366b3a63b0217b359a619e69b0
Contents?: true
Size: 762 Bytes
Versions: 6
Compression:
Stored size: 762 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 "Intrinsyc-deviceWEB" do @author = "Brendan Coles <bcoles@gmail.com>" # 2013-07-28 @version = "0.1" @description = "Intrinsyc deviceWEB - a web server specialized for embedded devices" @website = "http://www.intrinsyc.com/" # ShodanHQ results # 2013-07-28 # 82 for Intrinsyc deviceWEB # Matches # @matches = [ # Version Detection # HTTP Server Header { search: "headers[server]", version: /^Intrinsyc deviceWEB v([\d\.]+)$/ }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems