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# remove :certainty and :name, changed :regexp to :text
10
11Plugin.define "Oce" do
12author "Andrew Horton"
13version "0.2"
14description "Oce Print Exec Workgroup is easy-to-use, web-based print management software for job submission of sets of technical drawings to a single large format printer"
15website "global.oce.com/products/print-exec-workgroup/default.aspx"
16
17
18# http server 'PEWG/1.2'
19
20# <title>Print Exec Workgroup</title>
21# /servlet/owslhtml/owslicons/header_pewg.jpg
22
23matches [
24{:regexp=>/<title>Print Exec Workgroup<\/title>/i },
25{:text=>'/servlet/owslhtml/owslicons/header_pewg.jpg' }
26
27]
28
29
30end
31
32