Sha256: db72f99bf259ba31809b1f4659d31f48ca0aa71118bf894f67a344893121461f

Contents?: true

Size: 1.02 KB

Versions: 6

Compression:

Stored size: 1.02 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 # 2011-02-16 #
# Updated version detection
##
WhatWeb::Plugin.define "E-Xoopport" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-09-18
  @version = "0.2"
  @description = "CMS"
  @website = "http://www.e-xoopport.it/modules/news/"

  # Google results as at 2010-09-18 #
  # 159 for "powered by E-Xoopport"

  # Dorks #
  @dorks = [
    '"powered by E-Xoopport"'
  ]

  # Matches #
  @matches = [

    # Version Detection # Powered by text
    { version: /<div align='center'>Powered by E-Xoopport ([^&]+)&copy; 2004[\-0-9]{0,5} <a href='http:\/\/www.e-xoopport.it\/' target='_blank'>The E-Xoopport Project<\/a><\/div>/ },

    # Version Detection # Meta generator
    { version: /<meta name="generator" content="E-Xoopport ([^"]+)">/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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