1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
##
# 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
##
Plugin.define "Turbo-Seek" do
author "Brendan Coles <bcoles@gmail.com>" # 2010-06-15
version "0.1"
description "Turbo Seek enables anyone to build a Search Engine & Directory Portal with the minimum expense and effort."
website "http://www.focalmedia.net/index_tb.html"
matches [
# http://www.hackersforcharity.org/ghdb/?function=detail&id=567
# About 7,440 results @ 2010-06-15
{:name=>'GHDB: filetype:cgi inurl:tseekdir.cgi',
:certainty=>75,
:ghdb=>'filetype:cgi inurl:tseekdir.cgi'
},
# unique javascript - no false positives on google - code from tsbuild.pm
# var myspecs = "'menubar=0,status=1,resizable=1,location=0,titlebar=1,toolbar=1,scrollbars=1,width=" + mywidth + ",height=" + myheight + "'";
{:name=>"uniquie javascript",
:certainty=>100,
:text=>' var myspecs = "\'menubar=0,status=1,resizable=1,location=0,titlebar=1,toolbar=1,scrollbars=1,width=" + mywidth + ",height=" + myheight + "\'";'
},
]
end
|