# 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 "LuxCal" do @author = "Brendan Coles " # 2011-07-10 @version = "0.1" @description = "LuxCal is a free user-friendly and lightweight web based event calendar. Requires PHP and MySQL" @website = "http://www.luxsoft.eu/" # Google results as at 2011-07-10 # # 109 for "powered by LuxSoft" +LuxCal "Log In" Monday Tuesday Wednesday Thursday Friday Saturday Sunday # Dorks # @dorks = [ '"powered by LuxSoft" "LuxCal" "Log In" Monday Tuesday Wednesday Thursday Friday Saturday Sunday' ] # Matches # @matches = [ # Meta Description { certainty: 75, text: '' }, # shortcut icon { certainty: 75, text: '' }, # Meta Author { certainty: 75, text: '' }, # Powered by footer { text: "powered by LuxSoft" }, # Version Detection # Footer HTML { version: /Lux<\/font>Cal<\/font><\/i><\/b> version ([^<]+)<\/font>/ }, ] end