Sha256: 91b057ce3e59790559064013c89353b6856ecc34db6d27dfa3eafe6851f4a35e

Contents?: true

Size: 1.32 KB

Versions: 6

Compression:

Stored size: 1.32 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 # 2016-04-19 # Andrew Horton
# Moved patterns from passive function to matches[]
##
WhatWeb::Plugin.define "Day-Communique" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-06-04
  @version = "0.2"
  @description = "Day Communique (CQ5) WCM is a web content management system based on CRX for the content repository and Apache Sling as a web framework. Day Content Repository Extreme (Day CRX) is a content repository that implements the content repository API for Java (JSR-170). It is based on the open source reference implementation Apache Jackrabbit and serves as the foundation of all other products by Day Software."
  @website = "http://www.day.com/"
  # More Info: http://en.wikipedia.org/wiki/Day_Software

  # ShodanHQ results as at 2011-06-04 #
  # 246 for Communique

  @matches = [
    # HTTP Server
    { search: "headers[server]", regexp: /^Communique/ },

    # Version Detection
    { search: "headers[server]", version: /Communique\/([^\s]+ \([^\)]+\))/ },

    { search: "headers[server]", version: /Communique\/([^\s]+)/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/day-communique.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/day-communique.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/day-communique.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/day-communique.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/day-communique.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/day-communique.rb