Sha256: 2671ee857fe7930733c7581bad27072382de2c585f1363f71ad15568cece25f7
Contents?: true
Size: 1.1 KB
Versions: 6
Compression:
Stored size: 1.1 KB
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 ## # Version 0.2 # # Fixed GHDB and regex matches ## WhatWeb::Plugin.define "FluentNET" do @author = "Brendan Coles <bcoles@gmail.com>" # 2010-08-08 @version = "0.2" @description = "FluentNET, DotContent's powerful content management software, empowers business users to create, manage and publish web content for both general public access as well as internal use, and maximises the value of web-based information." @website = "http://www.dotcontent.net" # 14 results for "powered by FluentCMS from DotContent" @ 2010-08-08 # Dorks # @dorks = [ '"powered by FluentCMS from DotContent"' ] @matches = [ # Powered by text { ghdb: '"powered by FluentCMS from DotContent"', certainty: 75 }, # Version Detection # Meta Generator { version: /<meta name="GENERATOR" content="Fluent[CMS|NET]+ ([\d\.]+) / }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems