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 "Gallarific" do
8author "Brendan Coles <bcoles@gmail.com>" # 2011-03-14
9version "0.1"
10description "Gallarific is a fully customizable PHP photo gallery script that lets you collect, organize and share your images, photos and multimedia files with visitors directly from your Web site. It's compatible with 97% of Web site hosts."
11website "http://www.gallarific.com/"
12
13# Google results as at 2011-03-14 #
14# 5 for intitle:Gallarific "Sign in to Gallarific"
15
16# Dorks #
17dorks [
18'intitle:Gallarific "Sign in to Gallarific"'
19]
20
21
22
23# Matches #
24matches [
25
26# http-equiv Generator
27{ :text=>'<meta http-equiv="Generator" content="Gallarific" />' },
28
29# HTML Comment # Most Viewed
30{ :text=>'<!-- popular_grid: output a 4x1 row containing the most viewed photos --><tr> <td colspan="2" class="heading">Most Viewed Photos</td>' },
31
32# HTML Comment # Recently Uploaded
33{ :text=>'<!-- recent_grid: output a 4x1 row containing recently uploaded photos --><tr> <td colspan="2" class="heading">Recently Uploaded Photos</td>' },
34
35# Logo HTML
36{ :text=>'<a href="http://www.gallarific.com/"><img src="http://www.gallarific.com/images/gallarific_white.gif" width="215" height="61" border="0" /></a>' },
37
38# Login Title
39{ :text=>'<title>Gallarific > Sign in</title>' },
40
41]
42
43end
44
45
46