1##
2# This file is part of WhatWeb and may be subject to
3# redistribution and commercial restrictions. Please see the WhatWeb
4# web site for more information on licensing and terms of use.
5# http://www.morningstarsecurity.com/research/whatweb
6##
7Plugin.define "GenOHM-SCADA" do
8author "Brendan Coles <bcoles@gmail.com>" # 2012-08-26
9version "0.1"
10description "GenOHM SCADA is a Visualization and Control system for KNX/EIB networks."
11website "http://corp.genohm.eu/index.php?option=com_content&view=article&id=39&Itemid=34"
12
13# Google results as at 2012-08-26 #
14# 2 for intitle:"GenOHM Scada Launcher"
15
16# Dorks #
17dorks [
18'intitle:"GenOHM Scada Launcher"'
19]
20
21
22
23# Matches #
24matches [
25
26# Title
27{ :text=>'<title>GenOHM Scada Launcher</title>' },
28
29# /favicon.ico
30{ :url=>"/favicon.ico", :md5=>"311df4268641ef7c01f43a077ff2c9fe" },
31
32# /cgi-bin/scada-vis/index.cgi # Version Detection
33{ :url=>"/cgi-bin/scada-vis/index.cgi", :version=>/var LMVersion = '([^\s^']+)';/ },
34
35]
36
37end
38
39