Sha256: bafa4a09e0529d9ef3f7a1cbd9ee2d7d6847d7a31626e3d4248583fa9932e1f7

Contents?: true

Size: 1.2 KB

Versions: 6

Compression:

Stored size: 1.2 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 "CERVIS" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-05-02
  @version = "0.1"
  @description = "Community Event Registration and Volunteer Information System (CERVIS) is the most complete and customizable web-based volunteer management software available."
  @website = "https://www.cervistech.com/"

  # Google results as at 2012-05-02 #
  # 96 for "powered by CERVIS" "Contact Us" inurl:"console.php" inurl:"console_id"

  # Dorks #
  @dorks = [
    '"powered by CERVIS" "Contact Us" inurl:"console.php" inurl:"console_id"'
  ]

  # Matches #
  @matches = [

    # Powered by logo HTML
    { text: '<a href="http://www.cervistech.com" target="_blank"><img src="/acts/images/cervis_logo_sm.png" align=\'absmiddle\' border="0" />Powered by CERVIS</a>' },

    # Company Name Detection
    { string: /<meta name="title" content="(Volunteer)? Opportunities and Event Registration ([^"]+)" \/>/, offset: 1 },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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