# frozen_string_literal: true ## # 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 ## WhatWeb::Plugin.define "Gallarific" do @author = "Brendan Coles " # 2011-03-14 @version = "0.1" @description = "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." @website = "http://www.gallarific.com/" # Google results as at 2011-03-14 # # 5 for intitle:Gallarific "Sign in to Gallarific" # Dorks # @dorks = [ 'intitle:Gallarific "Sign in to Gallarific"' ] # Matches # @matches = [ # http-equiv Generator { text: '' }, # HTML Comment # Most Viewed { text: ' Most Viewed Photos' }, # HTML Comment # Recently Uploaded { text: ' Recently Uploaded Photos' }, # Logo HTML { text: '' }, # Login Title { text: 'Gallarific > Sign in' }, ] end