# 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 "linkSpheric" do @author = "Brendan Coles " # 2010-08-21 @version = "0.1" @description = "linkSpheric. Possibly the world's coolest free online directory software that's absolutely free, no advertising, no spyware, just good old PHP-MySQL." @website = "http://dataspheric.com/services/software/ls/" # 61 results for "powered by linkSpheric" -Vulnerability @ 2010-08-21 # Dorks # @dorks = [ '"powered by linkSpheric" -Vulnerability' ] @matches = [ # Default CSS { text: '"' }, # Install Page { text: 'linkSpheric Installer' }, { text: '

Powered by linkSpheric

' }, { text: ' linkSpheric Administrator:' }, # Powered by text { text: '' }, { text: '' }, { text: 'Powered by linkSpheric' }, # Default logo { md5: 'a421ddecd26e755219c63a130893d253', url: 'images/ls_logo.png' } ] end