Sha256: 56211a4c1cec40a51107af9914d1ccdbc4efe1ab40ec16c2e7b517f0a2027fed

Contents?: true

Size: 1.38 KB

Versions: 6

Compression:

Stored size: 1.38 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 "MooTools" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-11-02
  @version = "0.1"
  @description = "MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API."
  @website = "http://mootools.net/"

  # 22 results for ext:js "Copyright (c) 2006-2008 Valerio Proietti" "http://mad4milk.net"

  # Dorks #
  @dorks = [
    'ext:js "Copyright (c) 2006-2008 Valerio Proietti" "http://mad4milk.net"'
  ]

  @matches = [

    # mootools.core.js
    { regexp: /^\/\/ Load your build at: http:\/\/mootools.net\/core\// },

    # Verson Detection # mootools.core.js
    { version: /^MooTools.More[\s]*=[\s]*\{[\s]*version:[\s]*["']?([^\"^\']+)["']?/ },
    { version: /^var MooTools[\s]*=[\s]*\{[\s]*version:[\s]*["']?([^\"^\']+)/ },

    # mootools.more.js
    { regexp: /^\/\/MooTools More, <http:\/\/mootools.net\/more>. Copyright \(c\) 2006-2008 Valerio Proietti, <http:\/\/mad4milk.net>, MIT Style License./ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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