Sha256: 39dead5b2966a6d7e6b127817ec9e5af506bc354a77c930c45e0d59ce563e433
Contents?: true
Size: 1.25 KB
Versions: 6
Compression:
Stored size: 1.25 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 "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
Version data entries
6 entries across 6 versions & 1 rubygems