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# Version 0.2 # 2011-02-16 #
8# Updated version detection
9##
10Plugin.define "JGS-Portal" do
11author "Brendan Coles <bcoles@gmail.com>" # 2010-06-26
12version "0.2"
13description "CMS"
14website "http://www.jgs-xa.de"
15
16# Google results as at 2010-06-26 #
17# 4,580,000 for "Powered by JGS-Portal Version"
18
19# Dorks #
20dorks [
21'"Powered by JGS-Portal Version"'
22]
23
24
25
26# Matches #
27matches [
28
29# GHDB Match # Powered by text
30{ :certainty=>75, :ghdb=>'"Powered by JGS-Portal Version"' },
31
32# Version Detection # Powered by text
33{ :version=>/Powered by <b>JGS-Portal Version ([\d\.]+)<\/b> &copy; / },
34
35]
36
37end
38
39