# 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 ## # Version 0.3 # 2016-04-17 # Andrew Horton # Added website parameter ## # Version 0.2 # 2011-02-19 # # Updated version detection ## WhatWeb::Plugin.define "File-Upload-Manager" do @author = "Brendan Coles " # 2010-06-05 @version = "0.3" @description = "Web based file upload manager written in PHP." @website = "http://www.mtnpeak.net" # Google results as at 2010-06-05 # # 559 for +intitle:"File Upload Manager" "rename to" "file types allowed" # Dorks # @dorks = [ 'intitle:"File Upload Manager" "rename to" "file types allowed"' ] # Matches # @matches = [ # GHDB Match # http://johnny.ihackstuff.com/ghdb/?function=detail&id=734 { certainty: 75, ghdb: '+intitle:"File Upload Manager" "rename to" "file types allowed"' }, # Default title { certainty: 75, text: 'File Upload Manager' }, # Default HTML copyright comment { text: '' }, # Default copyright text { text: '© thepeak' }, # Version Detection # Default HTML Comment { version: // }, ] end