# 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 "Adcon-Telemetry-Gateway" do @author = "Brendan Coles " # 2011-09-23 @version = "0.1" @description = "Adcon Telemetry Gateway base station - Manages large networks of UHF, GSM and GPRS RTUs automatically." @website = "http://www.adcon.at/" # ShodanHQ results as at 2011-09-23 # # 366 for addUPI Server # Matches # @matches = [ # Server Version Detection # HTTP Server Header { search: "headers[server]", string: /^addUPI (Server [^\s]+)/ }, # SSL Detection # HTTP Server Header { search: "headers[server]", module: /^addUPI Server [^\s]+ \+(SSL)/ }, ### A840 # # /mainpicture.jpeg { url: "/mainpicture.jpeg", md5: "1e051ae64434f4092dc98774ff592406" }, # Adcon link # A840 { text: 'Adcon Telemetry\'s web site' }, # Version Detection # A840 { version: /Release ([^\s^,]+), ©20[^\s]{2} Adcon Telemetry GmbH; all other trademarks mentioned here are registered with their owners\.<\/font>/ }, # Model Detection # A840 { model: /<\/font> Welcome to the ([^\s]+) Telemetry Gateway!<\/b><\/font>/ }, ### A850 # # /images/background.gif { url: "/images/background.gif", md5: "ba53de81edddae5e112c254d2ab182dc" }, # configurator link { text: 'configure your Gateway.' }, # Version Detection # A850 { version: /
[\s]+

[\s]+Release ([^\s^,]+), © 20[\d]{2} Adcon Telemetry GmbH
/ }, # Model Detection # A850 { model: /[\s]+

([^\s]+) Telemetry Gateway<\/h1>/ }, ] end