# 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 "TCExam" do @author = "Brendan Coles " # 2011-07-14 @version = "0.1" @description = "TCExam is a FLOSS Computer-Based Assessment system." @website = "http://www.tcexam.org/" # Google results as at 2011-07-14 # # 307 for "TCExam ver" +Copyright "Nicola Asuni" # 227 for "TCExam ver" +Copyright "Nicola Asuni" "Tecnick.com" # Dorks # @dorks = [ '"TCExam ver" "Copyright" "Nicola Asuni"' ] # Matches # @matches = [ # a name="topofdoc" id="topofdoc { text: '' }, # meta name="author" { text: '' }, # HTML Comment { regexp: // }, # HTML Comment { text: '' }, # login link { text: '
  • ' }, # meta name="tcexam_level" { text: '' }, # Version Detection # Copyright footer { version: /TCExam<\/a> ver\. ([^\s]+) - Copyright © 2004-20[\d]{2} Nicola Asuni - Tecnick.com S\.r\.l\.<\/a><\/span>/, offset: 1 }, ] end