Sha256: e836bae5080d35f5def5c3a97ff417f78ab44a71a9c401c6c7ecf6ca2f63fbbf
Contents?: true
Size: 924 Bytes
Versions: 6
Compression:
Stored size: 924 Bytes
Contents
# 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 "Intraxxion-CMS" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-03-03 @version = "0.1" @description = "Intraxxion - CMS" @website = "http://intraxxion.com/" # Matches # @matches = [ # Version Detection # Meta Generator { version: /<meta name="generator" content="Intraxxion CMS ([\d\.]{1,5})" \/>/ }, # HTML Comment { text: '<!-- site built by Intraxxion, www.intraxxion.com, info@intraxxion.com, tel: +31 45 5650207, fax: +31 45 5650123' }, { text: '<!-- site built by Intraxxion, www.intraxxion.com, more_info@intraxxion.com, tel: +31 45 5650207, fax: +31 45 5650123' }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems