# 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 "AB-WEB-CMS" do @author = "Brendan Coles " # 2011-03-13 @version = "0.1" @description = "AB WEB CMS [French]" @website = "http://www.aeline-informatique.com/" # Google results as at 2011-03-13 # # 73 for inurl:ab_fct.php?fct= # Dorks # @dorks = [ "inurl:ab_fct.php?fct=" ] # Matches # @matches = [ # GHDB { certainty: 75, ghdb: "inurl:ab_fct.php?fct=" }, # Maximize Link { text: '

[Imprimer]' }, # Version Detection # Runs with footer { version: / [^<]+ AB WEB v. ([\d\.]+)<\/a>/, offset: 1 }, ] end