File: Infinet-bCX1-Controller-Router.rb

package info (click to toggle)
whatweb 0.4.8~git20120606-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,956 kB
  • sloc: ruby: 53,738; sh: 577; makefile: 34
file content (47 lines) | stat: -rw-r--r-- 1,556 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
##
# 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
##
Plugin.define "Infinet-bCX1-Controller-Router" do
author "Brendan Coles <bcoles@gmail.com>" # 2011-03-06
version "0.1"
description "The Infinet bCX1 Controller Router (bCX1-CR-INF) is a native BACnet/IP protocol controller with a built-in web server. - Homepage: http://plpartner.tac.com/Content?contentId=document/11984"
# Data Sheet: http://www.tac.com/data/internal/data/05/64/1177956438925/bCX1+Controller_Router+Series+Datasheet.pdf

# ShodanHQ results as at 2011-03-06 #
# 7 for bCX1-CR

# Google results as at 2011-03-06 #
# 1 for intitle:"Andover Continuum" "Controller Configuration Options" "Embedded WebServer"

# Examples #
examples %w|
155.33.192.82
210.48.158.121
173.51.170.228
99.96.1.57
99.48.89.77
76.75.26.205
67.103.179.235
|

# Matches #
matches [

# /Images/AndoverContinuum # Company image
{ :url=>"/Images/AndoverContinuum", :md5=>"189881eb72f08995d14ff4bd6678dfc7", :model=>"bCX1-CR-INF" },

# Controller Configuration Options link
{ :text=>'<H2><u><A HREF="/BCXMain"><font face="Arial" size="3">Controller Configuration Options</FONT></A></u></H2>', :model=>"bCX1-CR-INF" },

# Malformed Image HTML
{ :text=>'<img BORDER="0" src="/Images/taclogo" </A></H3>', :model=>"bCX1-CR-INF" },
{ :text=>'<img BORDER="0" src="/Images/AndoverContinuum"</A><P>', :model=>"bCX1-CR-INF" },

]

end