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 "Imageview" do
8author "Brendan Coles <bcoles@gmail.com>" # 2011-03-15
9version "0.1"
10description "Imageview 6 is a 4th generation image gallery script, using AJAX to deliver the best version yet."
11website "http://www.blackdot.be/?inc=projects/imageview"
12
13# Google results as at 2011-03-15 #
14# 77 for inurl:imageview5
15# 63 for inurl:imageview6
16# 64 for intitle:"Imageview * :: By Jorge Schrauwen"
17# 67 for intitle:"Imageview * :: Help::"
18
19# Dorks #
20dorks [
21'inurl:imageview5',
22'inurl:imageview6',
23'intitle:"Imageview * :: By Jorge Schrauwen"'
24]
25
26
27
28# Matches #
29matches [
30
31# Frameset
32{ :regexp=>/<td (width="160"|rowspan="2")><iframe allowtransparency="yes" frameborder="0" height="100%" width="100%" scrolling="auto" title="(frmcontent|frmlist)" name="(frmcontent|frmlist)" src="albumlist.php\?album=[^"]*"><\/iframe><\/td>/ },
33
34# Meta Author
35{ :certainty=>25, :text=>'<meta name="author" content="Jorge Schrauwen" />' },
36
37# Frame
38{ :text=>'<frame src="preload.php" name="frImageview" id="frImageview" />' },
39{ :text=>'<frame src="about:blank" name="iHistoryRecorder" id="iHistoryRecorder" />' },
40
41# Meta Description
42{ :version=>/<meta name="description" content="Imageview ([\d]{1}) :: By Jorge Schrauwen \(http:\/\/www.backdot.be\)">/ },
43
44# Link Developer
45{ :text=>'<link rel="Developer" href="http://www.blackdot.be" title="Blackdot.be" />' },
46
47# Version Detection # Help Page # Default Title
48{ :version=>/<title>Imageview ([\d]{1}) :: Help:: (Administration|Installation|Miscellaneous|User|Welcome|Menu)<\/title>/ },
49
50# Version Detection # Default Title
51{ :version=>/<title>Imageview ([\d]{1}) :: (By Jorge Schrauwen|User Settings|Upload Image|Album View|Administration|RSS Feeds|Install)<\/title>/ },
52
53]
54
55end
56
57
58