1##
2# This file is part of WhatWeb and may be subject to
3# redistribution and commercial restrictions. Please see the WhatWeb
4# web site for more information on licensing and terms of use.
5# http://www.morningstarsecurity.com/research/whatweb
6##
7
8# Version 0.2
9# removed :name & :certainty=>100
10
11Plugin.define "Scriptaculous" do
12author "Andrew Horton"
13version "0.2"
14description "Javascript library"
15
16# identifying strings
17# <script src="http://www.portentinteractive.com/js/scriptaculous.js" type="text/javascript"></script>
18# <script type="text/javascript" src="http://www.contre-feux.com/static/js/scriptaculous/scriptaculous.js?load=effects"></script>
19# <script src="http://www.20x200.com/js/scriptaculous.js" type="text/javascript" ></script>
20matches [
21{:regexp=>/<script [^>]*(scriptaculous[^>]*.js)[^>]*/}
22]
23
24
25end
26
27
28