# 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 "Koha" do @author = "Brendan Coles " # 2011-07-27 @version = "0.1" @description = "Koha is an open source software library automation package (ILS)" @website = "http://koha-community.org/" # Google results as at 2011-07-27 # # 262 for inurl:cgi-bin/koha ext:pl # 57 for intitle:"Log in to Koha" +Password # Dorks # @dorks = [ 'intitle:"Log in to Koha" "Password"', 'inurl:cgi-bin/koha ext:pl' ] # Matches # @matches = [ # Aggressive # favicon.ico { md5: "0c240ea1e838d2b398f48122924bf7a0", url: "/opac-tmpl/prog/en/includes/favicon.ico" }, { md5: "0c240ea1e838d2b398f48122924bf7a0", url: "/intranet-tmpl/prog/en/includes/favicon.ico" }, # favicon.ico HTML { regexp: // }, # Version Detection # Meta Generator { version: // }, # input name="koha_login_context" { regexp: // }, # CSS { text: '' }, { text: '' }, # Admin Page { text: '
  • Lost your password?
  • ' }, # Admin Page # HTML Comment { certainty: 25, text: '' }, # Admin Page # You are not logged in { text: '
    You are not logged in | [ ? ]
    ' }, ] end