Sha256: c41b9dfb2c38c88d3e4ec1c017763bf879c735b30b56963a0db759d8705951f4

Contents?: true

Size: 1.21 KB

Versions: 6

Compression:

Stored size: 1.21 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.3 # 2016-04-17 # Andrew Horton
# Added website parameter and description
##
# Version 0.2 # 2011-02-24 #
# Updated version detection
##
WhatWeb::Plugin.define "easyLink-Web-Solutions" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-09-03
  @version = "0.3"
  @description = "German Content Management System"
  @website = "http://www.mountaingrafix.eu/tag/easylink/"

  # Google rsults as at 2010-09-03 #
  # 308 for "powered by easyLink"

  # Dorks #
  @dorks = [
    '"powered by easyLink"'
  ]

  # Matches #
  @matches = [

    # HTML Comment # This may be removed only with permission of the developer
    { text: 'Dieser Abschnitt darf nur mit Genehmigung des Entwicklers entfernt werden und bedarf einer' },

    # Version Detection # Meta generator
    { version: /<meta name="generator" content="easyLink v([\d\.]+)" \/>/ },

    # Version Detection # Powered by text
    { version: /[P|p]?owered by easyLink v([\d\.]+)/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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