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##
7Plugin.define "Ultimate-Bulletin-Board" do
8author "Brendan Coles <bcoles@gmail.com>" # 2011-03-29
9version "0.1"
10description "Since 1997, thousands of websites have chosen UBB for their forum software solution. With the integrated Portal and Photo Gallery (UBB.Gallery) you can create your entire website using UBB without the need to buy anything else"
11website "http://ubbcentral.com/"
12
13# Google results as at 2011-03-29 #
14# 511 for "Powered by UBB.threads"
15
16# Dorks #
17dorks [
18'"Powered by UBB.threads"'
19]
20
21
22
23# Matches #
24matches [
25
26# GHDB
27{ :certainty=>75, :ghdb=>'filetype:cgi inurl:/ultimatebb.cgi' },
28
29# Version Detection # Meta Generator
30{ :version=>/<meta name="generator" content="UBB\.threads ([\d\.]+)" \/>/ },
31
32# Version Detection # Powered by footer
33{ :version=>/<center>Powered by <a target="_blank" style="TEXT-DECORATION: none; COLOR: #000066; FONT-SIZE: 10px" href="http:\/\/www.php121.com"><U>PHP121<\/U><\/a> v([\d\.]+)<\/center>/ },
34{ :version=>/<a href="http:\/\/www.groupee.com\/landing\/goto\.php\?a=ubb\.classic">Powered by UBB.classic&trade;[\s]+([\d\.]+)(<!-- [\d\.]+ -->)?<\/a>/ },
35
36]
37
38end
39
40
41