Sha256: e2b0b1bf2f47ebd6a46b1328b76fe48b9671ccccf07ac5376183c2ebdedeae47
Contents?: true
Size: 1.31 KB
Versions: 6
Compression:
Stored size: 1.31 KB
Contents
# 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 <bcoles@gmail.com>" # 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: '<div class="menu-caption">Kills & losses</div>' }, # Table CSS class { text: '<tr class="kb-table-row-even">' }, # Unique anchor & URL fragment { text: '&scl_id=39">Industrial Command Ship</a></b></td>' }, # HTML comment { text: '<!-- /killlistable.tpl -->' }, ] end # An aggressive plugin could check default file paths
Version data entries
6 entries across 6 versions & 1 rubygems