# 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 "Mahara" do @author = "Brendan Coles " # 2011-11-05 @version = "0.1" @description = "Mahara is an open source e-portfolio system" @website = "http://mahara.org/" # Google results as at 2011-11-05 # # 116 for "powered by mahara" inurl:"about.php" intitle:"About" # Dorks # @dorks = [ '"powered by mahara" inurl:"about.php" intitle:"About"' ] # Matches # @matches = [ # HTML Comments { text: '' }, # div id="powered-by" + Logo HTML { text: '
var strings = {"namedfieldempty":"The required field \"%s\" is empty","processing":"Processing","requiredfieldempty":"A required field is empty","unknownerror":"An unknown error occurred (0x20f91a0)",' }, # ] end