# 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 "PhotoStore" do @author = "Brendan Coles " # 2011-07-05 @version = "0.1" @description = "PhotoStore allows you to setup a complete photo selling website on your server or hosting space and in just minutes you can start selling photos on your website." @website = "http://www.ktools.net/photostore/sell-photos-online/" # 339 for "Powered By PhotoStore" "Sell Photos Online by Ktools.net LLC" # 8 for "PhotoStore Version" inurl:login.php # Dorks # @dorks = [ '"Powered By PhotoStore" "Sell Photos Online by Ktools.net LLC"' ] # Matches # @matches = [ # PhotoStore # Powered by text { text: 'Powered By PhotoStore | Sell Photos Online by Ktools.net LLC' }, # PhotoShow # Powered by text { text: 'Powered By PhotoShow | Photo Gallery by Ktools.net LLC' }, # Search input { text: 'Search: ' }, # Version Detection # Login Page { version: /PhotoStore Version[\s]+([^<^\s]+)<\/b> Installed<\/td>/ }, # Login Page # form action="mgr_actions.php?pmode=login" { text: '
' }, # Login Page # body { text: '' }, ] end