Sha256: 38d57e176e24b35bb8fc302838d74d9421c0d5d275ae92f5517e5d4787065150
Contents?: true
Size: 1.58 KB
Versions: 6
Compression:
Stored size: 1.58 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 ## WhatWeb::Plugin.define "Ektron-CMS" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-08-09 @version = "0.1" @description = "Ektron provides web content management and social software. Ektron's primary product is CMS400.NET, which is built on the Microsoft .NET Framework." @website = "http://www.ektron.com/" # ShodanHQ results as at 2011-08-09 # # 1,922 for ecm username site_id isMembershipUser # Google results as at 2011-08-09 # # 104 for inurl:/workarea/java/ +ektron # Dorks # @dorks = [ 'inurl:"/workarea/java/" "ektron"' ] # Matches # @matches = [ # EktGUID Cookie { search: "headers[set-cookie]", regexp: /EktGUID=[a-f\d]{8}-[a-f\d]{4}-[a-f\d]{4}-[a-f\d]{4}-[a-f\d]{12}; expires=/ }, # ecm Cookie { search: "headers[set-cookie]", regexp: /ecm=user_id=[\d]+&isMembershipUser=[\d]+&site_id=&username=&new_site=[^&]+&unique_id=[\d]+&site_preview=[\d]+&langvalue=[\d]+&DefaultLanguage=[\d]+/ }, # JavaScript { text: '<script id="EktronJS" type="text/javascript" src="/WorkArea/java/ektron.js">' }, # JavaScript { text: '<script id="EktronRegisteredJs" type="text/javascript" src="/workarea/java/ektronJs.ashx?id=' }, # JavaScript { text: '<script id="EktronModalJS" type="text/javascript" src="/WorkArea/java/plugins/modal/ektron.modal.js">' }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems