Sha256: 4f7116764397bf9f9112c9572d6a9c16f03f0b3bc901d7629bdf1078f00590e6

Contents?: true

Size: 999 Bytes

Versions: 6

Compression:

Stored size: 999 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 "OpenKM" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-01-09
  @version = "0.1"
  @description = "OpenKM - Open Source Electronic Document Management System"
  @website = "http://www.openkm.com/en/"

  # Google results as at 2012-01-09 #
  # 17 for "Welcome to OpenKM" intitle:"OpenKM login"

  # Dorks #
  @dorks = [
    '"Welcome to OpenKM" intitle:"OpenKM login"'
  ]

  # Matches #
  @matches = [

    # Login Page # Form
    { text: '<form name="login" method="post" action="j_security_check" onsubmit="setCookie()">' },

    # Login Page # Title
    { regexp: /<title>OpenKM Login<\/title>[\s]+<\/head>[\s]+<body onload="document\.forms\[0\]\.elements\[0\]\.focus\(\)">/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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