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 "LK-IHC-Controller" do
8author "Brendan Coles <bcoles@gmail.com>" # 2011-06-01
9version "0.1"
10description "Visualization of an IHC Control electrical installation."
11website "http://www.prolor.dk/ihc.php"
12
13# Google results as at 2011-06-01 #
14# 5 for intitle:"LK IHC controller forside" +SceneView
15
16# Dorks #
17dorks [
18'intitle:"LK IHC controller forside" "SceneView"'
19]
20
21
22
23# Matches #
24matches [
25
26# Title
27{ :text=>'<title>LK IHC controller forside</title>' },
28
29# images/bg_image_LK.jpg HTML
30{ :text=>'<table width="640" height="480" border="0" cellspacing="0" cellpadding="0"  background="images/bg_image_LK.jpg">' },
31
32# /images/bg_image_LK.jpg
33{ :url=>"/images/bg_image_LK.jpg", :md5=>"c23378580cb58ee4c404106dda5757b3" },
34
35]
36
37end
38
39