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