# 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 "EDK" do @author = "Brendan Coles " # 2010-09-04 @version = "0.1" @description = "EDK is an Open Source Killboard for EVE-Online, maintained by the EVE Development Network. Requirements: PHP >= version 5, the GD Library, MySQL >= version 5" @website = "http://wiki.eve-id.net/EDK" # Google results as at 2010-09-04 # # 355 for (inurl:alliance_detail | inurl:pilot_detail | inurl:corp_detail) # Dorks # @dorks = [ '(inurl:alliance_detail | inurl:pilot_detail | inurl:corp_detail)' ] @matches = [ # URL pattern { ghdb: "inurl:alliance_detail | inurl:pilot_detail | inurl:corp_detail" }, # Default menu option { text: '' }, # Table CSS class { text: '' }, # Unique anchor & URL fragment { text: '&scl_id=39">Industrial Command Ship' }, # HTML comment { text: '' }, ] end # An aggressive plugin could check default file paths