File: jgs-portal.rb

package info (click to toggle)
whatweb 0.4.8~git20120606-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,956 kB
  • sloc: ruby: 53,738; sh: 577; makefile: 34
file content (110 lines) | stat: -rw-r--r-- 2,612 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
##
# 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.2 # 2011-02-16 #
# Updated version detection
##
Plugin.define "JGS-Portal" do
author "Brendan Coles <bcoles@gmail.com>" # 2010-06-26
version "0.2"
description "CMS - homepage: http://www.jgs-xa.de"

# Google results as at 2010-06-26 #
# 4,580,000 for "Powered by JGS-Portal Version"

# Dorks #
dorks [
'"Powered by JGS-Portal Version"'
]

# Examples #
examples %w|
www.net-city.eu
icemans-spielbude.de/wbb2/jgs_portal.php
vonwiegen.net
www.team-sh.de
www.bdsm-aktuell.de/jgs_portal_links.php
www.unsereherren.de
www.brunswickforum.de
www.diehp.com/cms-en/
www.pflegeeltern.de
www.tv-junk.com/wbb2/
www.senfbrot.info
www.premiere-angels.com/wbb2/
www.wuerfelkater.de
www.liddll.info
www.thegreatconflict.de/jgs_portal_box.php
www.l4dforum.de
www.koosaiguild.com
www.mihas.net
simspalast.de
servercom.de
www.allianceofdarkness.de/forum/jgs_portal_box.php
www.rcaustria.at/onearena/jgs_portal.php
www.die-garde-von-azeroth.de/jgs_portal.php
www.traumkinderland.de
www.natural-born-thrillers.de/xforum/jgs_portal.php
www.perlepnica.ch
www.bf2-inside.de
www.das-schoenheitsportal.de
opel-team-hamburg.com
www.nanoriff.info/jgs_portal.php
www.hamasaki.asia
www.wolfchaoten.de
www.rubensportal.net
jadda.net
www.seventy-nine.eu
www.familyair.de
www.bt-radio.de
cofo.biz
www4.wetterspiegel.de/stormchaser/wbb2e/jgs_portal.php
www.team-arc.de/forum/jgs_portal.php
www.dj-druckmaster.de
africanfish.aquaristiknet.de
www.gayliveradio.de
www.nissanboard.de/jgs_portal.php
www.myronin.de
hunde-familie.net
www.age-community.net/forum/
www.4mybaby.at
www.blackpott.de
www.multimedia-streaming.de/jgs_portal.php
pedar309.bplaced.net/jamaican/
www.europa-liga.com
www.woodlandforum.com
www.freeocen.de
www.countycottage.de/jgs_portal.php
www.honda-boldor-board.de/forum/
www.silgrad.com/wbb2/jgs_portal.php
www.evo-forum.de
wentworthmiller.de
www.corvetteforum.de
www.kayjoa.de/toffigunz/jgs_portal.php
www.subi-evo-treff.com
www.clanbl.de
board.oceanfight.co.uk
www.akisima.de
www.tierboard.org/board/jgs_portal.php
www.airattack-central.com/
www.acctrade.org/jgs_portal.php
www.simmaxia.net
jamaican-clan.com
www.phantasybar.com
|

# Matches #
matches [

# GHDB Match # Powered by text
{ :certainty=>75, :ghdb=>'"Powered by JGS-Portal Version"' },

# Version Detection # Powered by text
{ :version=>/Powered by <b>JGS-Portal Version ([\d\.]+)<\/b> &copy; / },

]

end