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 "Atvise-webMI" do
8author "Brendan Coles <bcoles@gmail.com>" # 2012-04-11
9version "0.1"
10description "Web-based HMI server - atvise webMI compliant web servers can be extremely slim and work on the smallest hardware."
11website "http://www.atvise.com/en/how-it-works"
12
13# ShodanHQ results as at 2012-04-11 #
14# 7 for atvise
15
16
17
18# Matches #
19matches [
20
21# HTTP Server Header
22{ :search=>"headers[server]", :regexp=>/^atvise$/ },
23
24# / # noscript
25{ :text=>'<td><noscript>N/A</noscript><script type="text/javascript"><!--' },
26
27# /visu.htm
28{ :url=>"/visu.htm", :text=>'<li class="btn"><a class="button" style="left:93%;" href="javascript:void(0)" target="mainframe" id="alarmlistbutton"><img height="30" width="47" src="buttonc.gif" alt="" /></a></li>' },
29
30]
31
32end
33
34