mirror of
https://github.com/urbanadventurer/WhatWeb
synced 2026-06-21 14:12:19 +00:00
49 lines
1.2 KiB
Ruby
49 lines
1.2 KiB
Ruby
##
|
|
# 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.
|
|
# https://morningstarsecurity.com/research/whatweb
|
|
##
|
|
Plugin.define do
|
|
name "EDK"
|
|
authors [
|
|
"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
|
|
|